# File lib/merb-core/vendor/facets/dictionary.rb, line 154
  def order_by( &block )
    @order_by = block
    order
    self
  end