# File lib/facet/array/select!.rb, line 10
def
select!
# :yield:
reject!
{
|
e
|
not
yield
(
e
) }
end