From: Stefan Kaes Date: 2005-11-22T17:11:25+09:00 Subject: Re: The evils of 0.each Lady Michelle Bhaal wrote: > Why doesn't 0 (Fixnum) support .each ? > 1 does, so does 2, 20, 200, and so on. > Why not 0? Why doesn't 0.each simply do something 0 times? > > NYARGH! > > Probably a bug.