Great Christmas gift from matz and other contributors: Ruby 1.9. Some highlights:
(1..10).reduce(:+) # => 55
{var: "value"}
Ruby 1.9 is a development release, and contains a lot of experimental features. For production, it’s recommended to continue using 1.8 branch.