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