R
Roger Pack
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
(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