Migrating to Ruby 1.9
Migrating to Ruby 1.9 was a presentation given by Bruce Williams at Scotland on Rails earlier this month. The slides, available in PDF format, stand on their own extremely well, and will prove a useful resource for anyone not too deeply engrossed in Ruby 1.9 yet. Bruce covers most of the key changes.
As an aside, Bruce was interviewed by Satish Talim of RubyLearning.com recently.
April 30, 2008 at 6:03 pm
This is very good change (block local vars) in my ever so humble opinion.
May 1, 2008 at 11:23 am
:this === "this"
# true
doesn't seem to make a whole lot of sense. is there any discussion on this?