From: Roger Pack Date: 2009-12-20T13:22:11+09:00 Subject: [ruby-core:27242] select! Forwarded from ruby-talk: Is there any reason there's no select! (and I am familiar with compact! but...) C:\>ruby -e 'puts [].methods.grep /reject/' reject reject! C:\>ruby -e 'puts [].methods.grep /select/' select Thanks. -r