From: nobu.nokada@... Date: 2002-10-24T12:10:01+09:00 Subject: Re: array[start..end] gives unexpected results Hi, At Thu, 24 Oct 2002 12:02:18 +0900, ito@htk.hitachi-cable.co.jp wrote: > Is this correct? Do you intend this? > $ cat a1.rb > def foo(a) > l = a.size > a.each_index {|i| > p i > p a[(i+i) .. (l-1)] p a[(i+1) .. (l-1)] -- Nobu Nakada