# File lib/dm-validations/support/ordered_hash.rb, line 154
    def order_by( &block )
      @order_by = block
      order
      self
    end