Daniel Baird wrote: > 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. The Quiz is great for this. (http://www.rubyquiz.com/ if you didn't know...) -- Alex