# File lib/ruote/log/wait_logger.rb, line 168 def self.fp(msg) @logger ||= TestLogger.new(nil) puts @logger.send(:fancy_print, msg) end