Subject: Re: loop starting not from beginning
From: ts <decoux moulon.inra.fr>
Date: Fri, 29 Nov 2002 20:24:51 +0900
References: 5706057061
In-reply-to: 57061
>>>>> "P" == Phlip <phlipcpp / yahoo.com> writes:
P> New question. What, if anything, is wrong with this?
P> File.open("test").readlines.slice(5..-1) do |line|
#slice don't take a block as argument :-)
Guy Decoux