From: Gene Tani Date: 2005-10-06T04:41:50+09:00 Subject: Re: select! not present but reject! is Can you use Enumerable#partition ? Geert Fannes wrote: > Hello, is there a reason why I can find the in-place mutator method > Array#reject! and not Array#select! ? It is ofcourse easy to add this > method but it is my feeling this should be added to the core. > > Greetings, > > Geert.