From: Sebastian Hungerecker Date: 2008-09-21T06:58:35+09:00 Subject: Re: Explaination of a bit of code Dave Lenhardt wrote: > Is the times method going from 0 to X-1 where X is the number in > X.times? Yes. Try this: 3.times {|i| p i} Prints: 0 1 2 HTH, Sebastian -- Jabber: sepp2k@jabber.org ICQ: 205544826