From: Todd Benson Date: 2009-04-27T13:03:30+09:00 Subject: Re: How to parse a "line"? On Sun, Apr 26, 2009 at 10:59 PM, 7stud -- wrote: > 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. Is that really what happens? I thought it just reassigned a starting point, and indexed from there. At least, that would make more sense to me if it did. Todd