ruby2ruby version 2.0.4 has been released!
ruby2ruby provides a means of generating pure ruby code easily from
RubyParser compatible Sexps. This makes making dynamic language
processors in ruby easier than ever!
Changes:
2.0.4 / 2013-03-28
-
1 bug fix:
- Fixed attr_* generators in cases where the body isn’t idiomatic.
(robertfeldt)
- Fixed attr_* generators in cases where the body isn’t idiomatic.