Todd Benson wrote:
> My way was only slightly different.  I opted to create the whole
> array, and then drop the first without creating an extra object. 

Note that you made ruby go through the laborious chore of shifting every 
element in the array over one spot to the left.

-- 
Posted via http://www.ruby-forum.com/.