On 9/25/06, Sven <sven / ast.dfs.de> wrote: > Sam Gentle wrote: > > Have a look at Enumerator#each_slice and Enumerator#each_cons > > > Thanks, each_cons should be the right one for me. > > But where could I find this information on my own? Only with using your > information for a web search I was able to find a little information > about it. > Also rubyforge does not help. > There has to be an easy entry point for such information that I did not > find yet. Is there any hint where I could start searching? Certainly. I use www.ruby-doc.org - specifically the "core api" and "standard api" sections. Sam