From: dblack@... Date: 2007-02-10T03:22:46+09:00 Subject: Re: Your favorite bit of ruby code? Hi -- On Fri, 9 Feb 2007, Carl Lerche wrote: > Hello, > > I'm just curious what your favorite bit of ruby code is? Do you have > any small bits, methods, classes, or anything else, that just make you > say "Wow, that is sweet!" > > I'd like to see some of them! I love tons of it but one idiom I've always thought was particularly striking and expressive is the entry into an object's singleton class: class << obj I love the idea that "<< obj" (which I process as something like "from this object" or "of this object") is enough to satisfy the class keyword. David -- Q. What is THE Ruby book for Rails developers? A. RUBY FOR RAILS by David A. Black (http://www.manning.com/black) (See what readers are saying! http://www.rubypal.com/r4rrevs.pdf) Q. Where can I get Ruby/Rails on-site training, consulting, coaching? A. Ruby Power and Light, LLC (http://www.rubypal.com)