# File lib/multimap.rb, line 428
  def merge(other)
    dup.update(other)
  end