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