Google

# File lib/rmail/header.rb, line 268
    def each_name
      @fields.each { |i|
        yield(i.name)
      }
    end