# File lib/dm-validations/support/ordered_hash.rb, line 252
    def delete( key )
      @order.delete( key )
      @hash.delete( key )
    end