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