# File lib/merb-core/vendor/facets/dictionary.rb, line 361
  def merge( hsh2 )
    self.dup.update(hsh2)
  end