# File lib/ramaze/snippets/ramaze/dictionary.rb, line 367
    def merge( hsh2 )
      self.dup.update(hsh2)
    end