# File /home/matt/rubymail/mail/header.rb, line 246
    def each_value
      @fields.each { |i|
        yield(i.value)
      }
    end