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