# File lib/webmock/rack_response.rb, line 3
    def initialize(app)
      @app = app
    end