From: Robert Klemme Date: 2004-08-10T15:46:17+09:00 Subject: Re: FirstEachLast, an extension to the Enumerable module. "John Carter" schrieb im Newsbeitrag news:Pine.LNX.4.61.0408100907530.1791@parore.tait.co.nz... > On Mon, 9 Aug 2004, Robert Klemme wrote: > > > Nice output, but what do you need that for? > > Mostly output to other tools, like gnuplot, or for reports. Most time > enum._to_a.join(",") does the job perfectly. However, there are the odd > time when that routine is just neat. Hm, sounds to me like it was not general enough to include it in Enumerable. Before I see that method I'd prefer to have size and empty? in Enumerable. Just my 0.02 EUR... Regards robert