# File lib/rmail/header.rb, line 257 def each # yields: name, value @fields.each { |i| yield(i.name, i.value) } end