# File lib/multiset.rb, line 115
  def merge(enum)
    enum.each { |o| add(o) }
    self
  end