# File lib/dm-validations/support/ordered_hash.rb, line 303
    def replace( hsh2 )
      @order = hsh2.order
      @hash = hsh2.hash
    end