# File lib/dm-validations/support/ordered_hash.rb, line 173
    def order_by_key
      @order_by = lambda { |k,v| k }
      order
      self
    end