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