# File lib/rmail/header.rb, line 390 def to_a @fields.collect { |field| [ field.name, field.value ] } end