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