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