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