# File lib/ruote/log/test_logger.rb, line 120 def check_waiting return if @waiting.size < 1 while msg = @seen.shift check_msg(msg) end end