From: "ara.t.howard" Date: 2007-11-08T13:39:59+09:00 Subject: Re: how to delete array On Nov 7, 2007, at 9:11 PM, Todd Benson wrote: > Nevermind that. I can see how you might want to consider position in > a condition (maybe state machine stuff or whatever). #delete_if is > after all an Array method, which is the only set of objects that > require a linear order. Sorry for noise now. no that's really a valid concern i think - happens to be that #delete_if is defined in terms of #each (from Enumerable) so i know it's in order but once indeed needs to assume/know that for it to work. cheers. a @ http://codeforpeople.com/ -- we can deny everything, except that we have the possibility of being better. simply reflect on that. h.h. the 14th dalai lama