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