# File lib/hashery/dictionary.rb, line 356
  def merge( hsh2 )
    self.dup.update(hsh2)
  end