A really cool piece of code I read today in the book Ruby on Rails: Up and Running. class Talker def method_missing(method) if method.to_s =~…
A really cool piece of code I read today in the book Ruby on Rails: Up and Running. class Talker def method_missing(method) if method.to_s =~…