From: Daniel Baird [mailto:danielbaird / gmail.com]
Sent: Friday, June 30, 2006 8:08 AM
> On 6/30/06, uncutstone wu <uncutstone / sina.com> wrote:
> >
> >
> > As ruby popularity growing, more and more newbie programmer need a way
> > to improve their ruby ability effectively. Reading examplar code should
> > be a good way to achieve that goal. Are there somebody collecting and
> > cleansing  ruby code idioms ?
> 
> 
> +1
> 
> I've found one of the most time-consuming things about learning a new
> language is getting up to speed with idiomatic usage: things like var ||=
> "default value" and the like.
> 
> It'd be great to have annotated examples of such idioms.
> 
Hmmm... Something like http://wiki.rubygarden.org/Ruby/page/show/RubyIdioms
? ;)

V.