# File lib/merb-core/controller/mime.rb, line 115 def remove_mime_type(key) return false if key == :all ResponderMixin::TYPES.delete(key) end