# File lib/extlib/dictionary.rb, line 190
  def order_by_value
    @order_by = lambda { |k,v| v }
    order
    self
  end