On 9/6/07, David Flanagan <david / davidflanagan.com> wrote: > Four new methods have been added to Array the Ruby 1.9 trunk. I've got > a couple of questions and comments and one bug report: > > cycle is an iterator that is like calling each on the array within an > infinite loop. Matz: have you considered generalizing this to be a > method of Enumerable? > Could someone explain the Array#cycle / Enumerable#cycle use case to me? I'm not seeing it.