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