From: Robert Dober Date: 2006-08-07T06:12:21+09:00 Subject: Re: Iterating over an array n element at a time ------=_Part_122655_30344667.1154898735485 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 8/6/06, Martin DeMello wrote: > > On 8/7/06, Marcelo Alvim wrote: > [SNIP] > > Array does mix Enumerable in. However, the core Enumerable module > doesn't include each_slice; that is provided by the 'enumerator' > library, which reopens Enumerable and adds some methods to it. Note > that enumerator is in the standard lib rather than in the core. > > http://www.ruby-doc.org/stdlib/libdoc/enumerator/rdoc/index.html > > martin Actually it is in both http://www.ruby-doc.org/core/classes/Enumerable.html James, might it not be a good idea to get it out of the Core Doc? Robert --=20 Deux choses sont infinies : l'univers et la b=EAtise humaine ; en ce qui concerne l'univers, je n'en ai pas acquis la certitude absolue. - Albert Einstein ------=_Part_122655_30344667.1154898735485--