From: Roger Pack Date: 2009-12-16T03:35:46+09:00 Subject: select! Is there any reason there's no select! (and I am familiar with compact! but still...) C:\>ruby -e 'puts [].methods.grep /reject/' reject reject! C:\>ruby -e 'puts [].methods.grep /select/' select -- Posted via http://www.ruby-forum.com/.