# File lib/merb-core/controller/mixins/responder.rb, line 258
    def does_not_provide(*formats)
      @_provided_formats -= formats.flatten
    end