# File multiset.rb, line 414
  def subset?(other)
    compare_set_with(other){ |s, o| s <= o }
  end