# File lib/action_controller/metal/responder.rb, line 151 def respond method = "to_#{format}" respond_to?(method) ? send(method) : to_format end