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