# File lib/webrick/httpresponse.rb, line 80
    def content_type=(type)
      self['content-type'] = type
    end