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