# File lib/multiset.rb, line 108
def
delete_if
each
{
|
o
|
delete
(
o
)
if
yield
(
o
) }
self
end