# File multiset.rb, line 399
def
superset?
(
other
)
compare_set_with
(
other
){
|
s
,
o
|
s
>=
o
}
end