ruby2ruby version 2.1.1 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.1.1 / 2014-06-09
* 1 bug fix:
* Moved Regexp::CODES out of guard on ::ENC_NONE. (presidentbeef)