# File lib/mail/header.rb, line 203 def field_summary fields.map { |f| "<#{f.name}: #{f.value}>" }.join(", ") end