Files | Admin

Notes:

Release Name: 1.1.4

Notes:
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).