# File lib/mime/headers/mime.rb, line 72 def content_type= type @content_type = type headers.add('Content-Type', type) end