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