# File lib/facets/more/dictionary.rb, line 259
  def each_value
    order.each { |k| yield( @hash[k] ) }
    self
  end