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