# File lib/action_dispatch/middleware/request_id.rb, line 16
    def initialize(app)
      @app = app
    end