class ActionController::MimeResponds::Collector

def any_response?

def any_response?
  !@responses.fetch(format, false) && @responses[Mime::ALL]
end