# File lib/ruote/log/test_logger.rb, line 112 def self.pp (msg) @logger ||= TestLogger.new(nil) puts @logger.send(:pretty_print, msg) end