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