# File lib/mail/indifferent_hash.rb, line 40
    def []=(key, value)
      regular_writer(convert_key(key), convert_value(value))
    end