# File lib/merb-core/vendor/facets/dictionary.rb, line 262
  def each_value
    order.each { |k| yield( @hash[k] ) }
    self
  end