# File lib/rack/commonlogger.rb, line 11 11: def initialize(app, logger=nil) 12: @app = app 13: @logger = logger 14: end