Andre Nathan wrote: >On Mon, 2003-08-25 at 15:17, mgarriss wrote: > > >>And is there something already in Array that does what my #and? and #or? >>methods do? >> >> > >I believe that #any? and #all? are what you want. >They're described in [1]. > >Andre > >[1] http://www.whytheluckystiff.net/articles/2003/08/04/rubyOneEightOh > Now I see that #detect is in Enumerable. Doh! Michael