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