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