ruby2ruby version 2.0.5 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.5 / 2013-04-25
-
2 bug fixes:
- Fixed attrasgn w/ multiple keys: a[x, y] = z. (derula)
- Fixed error w/ attr_* detection when more than 1 ivar/iasgn exist in
body.