Closed lehresman closed 6 years ago
For posterity, I worked around this issue by calling:
self.method_missing(:class, 'My Class Name')
@lehresman Good catch. :smile: Would you mind a Pull Request?
Just released v0.7.0. this should be fixed.
Tha dsl should be
iif.trns do
row do
klass "something"
end
end
How do I define a class on a trns? Looking through the code, it looks like I should do it like:
But that obviously throws syntax errors. I tried using 'klass' as the readme suggests, but there doesn't appear to be support for that. Any suggestions?