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