# File test/unit/ui/console/testrunner.rb, line 116 def output(something, level=NORMAL) @io.puts(something) if (output?(level)) end