# File lib/middleware/runner.rb, line 17
    def initialize(stack)
      # We need to take the stack of middleware and initialize them
      # all so they call the proper next middleware.
      @kickoff = build_call_chain(stack)
    end