call(*args)
Initializes a new responder an invoke the proper format. If the format is not defined, call to_format.
# File actionpack/lib/action_controller/metal/responder.rb, line 145 def self.call(*args) new(*args).respond end