# File rmail/header.rb, line 228
    def each_value
      @fields.each { |i|
        yield(i.value)
      }
    end