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