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