# File multiset.rb, line 498
def
delete_all
(
item
)
@items
.
delete
(
item
)
self
end