# File multiset.rb, line 407
def
proper_superset?
(
other
)
self
.
superset?
(
other
)
&&
self
!=
other
end