# File lib/mail/indifferent_hash.rb, line 131
    def convert_key(key)
      key.kind_of?(Symbol) ? key.to_s : key
    end