hoodwink.d enhanced

Mon Aug 8

You can wear plenty of red without knowing any Ruby.

And supposedly you can write Rails code without knowing any Ruby.

Why the Lucky Stiff from A Starry Afternoon

Playback all messages, courtesy of Jim Weirich

class VCR def initialize @messages = [] end def method_missing(method, *args, &block) @messages << [method, args, block] end def play_back_to(obj) @messages.each do |method, args, block| obj.send(method, *args, &block) end end end

10 Things Every Java Programmer Should Know about Ruby


Another great talk by Jim Weirich from OSCON 2005