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