From: jzakiya@... Date: 2005-04-11T14:04:46+09:00 Subject: Re: Array#last_index Martin DeMello wrote: > Saynatkari wrote: > > > > Le 10/4/2005, "Trans" a �crit: > > > > >Thanks Jabari! > > > > > >Array#last_index is now apart of Ruby Facets. Your suggestions for a > > >shorter name helped me figure out a nice alias too: #nth. > > > > The abbreviation 'nth' is often used to indicate a certain > > unknown index position 'n' and may thus be confusing? > > I agree. Array#bound, perhaps, since the other bound is always zero > anyway. > > martin Following in the same spirit: Array#max_i Array#i_max Jabari