# File lib/mail/indifferent_hash.rb, line 125
    def to_hash
      Hash.new(default).merge!(self)
    end