# File lib/action_mailer/vendor/tmail/header.rb, line 716 def content_type ensure_parsed @sub ? sprintf('%s/%s', @main, @sub) : @main end