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