ruby2ruby version 2.0.6 has been released!
* home: <https://github.com/seattlerb/ruby2ruby>
* rdoc: <http://seattlerb.rubyforge.org/ruby2ruby>
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
Please stop sending me emails
iPhone
···
Sent from Rizwan's
On Jun 20, 2013, at 5:31 PM, Ryan Davis <ryand-ruby@zenspider.com> wrote:
ruby2ruby version 2.0.6 has been released!
* home: <https://github.com/seattlerb/ruby2ruby>
* rdoc: <http://seattlerb.rubyforge.org/ruby2ruby>
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