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