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