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