# File lib/ruote/log/test_logger.rb, line 64 def notify (msg) puts(pretty_print(msg)) if @noisy @seen << msg @log << msg check_waiting end