From: Ryan Davis Date: 2007-02-14T07:41:01+09:00 Subject: [ANN] ruby2ruby 1.1.4 Released ruby2ruby version 1.1.4 has been released! http://seattlerb.rubyforge.org/ http://rubyforge.org/projects/seattlerb ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before. Changes: == 1.1.4 / 2007-01-15 * 4 minor enhancements: * Added some extra rewriting code and tests for various bmethods. Ugh. * Added support for splatted block args. * Refactored class/module and dsym/dstr. * Short if/unless statements are now post-conditional expressions. * 4 bug fixes: * Finally fixed eric's nebulous proc code-in-goalposts bug. * Fixed dasgn_curr so block's dasgn vars decl goes away (bug 7420). * Fixed dmethod. I think the tests were bogus before. * Fixed improper end in method rescues (bug 7396). http://seattlerb.rubyforge.org/ http://rubyforge.org/projects/seattlerb