# File lib/mail/header.rb, line 197 def has_mime_version? !fields.select { |f| f.responsible_for?('Mime-Version') }.empty? end