# File lib/dm-validations/support/ordered_hash.rb, line 237
    def insert( i,k,v )
      @order.insert( i,k )
      @hash.store( k,v )
    end