ruby2ruby version 2.0.6 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.6 / 2013-06-20
-
2 bug fixes:
- Fixed bug with complex rescue but short enough to trigger 1-liner.
(Confusion) - Fixed multiple expressions inside sclass
- Fixed bug with complex rescue but short enough to trigger 1-liner.