Ruby 1.9: What to Expect goes into some interesting language changes for the 1.9 release. It is still in development, however there are changes and new features abound. I wonder how much adoption we’ll see, as I assume this is going to break a ton of popular gems and plugins out there.
My favorite bit:
{a: b} #same as { :a => b }
So much cleaner! =>