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