From: SpringFlowers AutumnMoon Date: 2007-10-03T01:06:18+09:00 Subject: Re: a = b = c order of evaluation weird Arlen Christian Mart Cuss wrote: >> and to cut off the first 1/3 and last 1/3 of the array to get about 33 >> elements, shouldn't we use >> >> a[0..a.size/2] = a[a.size*2/3..-1] = nil > > Or, just do a.slice!(a.size/3..a.size*2/3) there are so many people who are familiar with Ruby. Have been using Ruby for a long time? Do you find after using Ruby, a work day becomes a fun day? -- Posted via http://www.ruby-forum.com/.