# File lib/action_mailer/tmail_compat.rb, line 4
    def set_content_type(*args)
      ActiveSupport::Deprecation.warn('Message#set_content_type is deprecated, please just call ' <<
                                      'Message#content_type with the same arguments', caller[0,2])
      content_type(*args)
    end