Archive | March, 2009

Ruby 1.9: why I don’t need SmallTalk anymore

4 Mar

source = Account.first
destination = Account.last

transfer amount: 10, from: source, to: destination

tip: Ruby 1.9 new literal Hash syntax.

This shows Ruby improving even more, as a good host for internal DSLs.

Follow

Get every new post delivered to your Inbox.