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