From: Sebastian Hungerecker Date: 2007-12-28T06:58:25+09:00 Subject: Re: Add Array#first= and Array#last= to std lib bbiker wrote: > There's is no need for Array#last= or Array#first= > > since you can simply use an_array[-1] += 1 or an_array[0] += 1 There is no need for Array#last or Array#first since you can simply use an_array[-1] or an_array[0] -- Jabber: sepp2k@jabber.org ICQ: 205544826