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