# File lib/rack/lint.rb, line 8 8: def initialize(app) 9: @app = app 10: @content_length = nil 11: end