# File lib/dm-validations/support/ordered_hash.rb, line 247
    def clear
      @order = []
      @hash.clear
    end