# File lib/rack/handler/ftw.rb, line 63 def self.run(app, config) #@logger.subscribe(STDOUT) server = self.new(app, config) server.run end