# File lib/merb-core/controller/mixins/responder.rb, line 330
    def content_type(fmt = nil)
      self.content_type = (fmt || _perform_content_negotiation) unless @_content_type
      @_content_type
    end