# File lib/hashery/dictionary.rb, line 157
    def order_by( &block )
      @order_by = block
      order
      self
    end