# File lib/dm-validations/support/ordered_hash.rb, line 361
    def merge( hsh2 )
      self.dup.update(hsh2)
    end