# File lib/rack/recursive.rb, line 33
    def initialize(app)
      @app = app
    end