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