Ruby 1.9.0 development version released
A new development version of Ruby (1.9.0) was released last week. Currently this release is not intended for production use. There are incompatibilities with 1.8.x series and 1.9.0 is more of a stepping stone for the upcoming 2.0 release.
So what is new in Ruby 1.9.0? Here is a summary,
Block arguments are local now. This can [...]