# File lib/middleware/runner.rb, line 27
    def call(env)
      # We just call the kickoff middleware, which is responsible
      # for properly calling the next middleware, and so on and so
      # forth.
      @kickoff.call(env)
    end