class ActionController::Responder

def self.call(*args)


not defined, call to_format.
Initializes a new responder and invokes the proper format. If the format is
def self.call(*args)
  new(*args).respond
end