# File lib/hashery/orderedhash.rb, line 112
    def each_value
      @keys.each{ |key| yield(self[key]) }
    end