# File lib/test/spec/dox.rb, line 109 def output_no_nl(something, level=NORMAL) @io.write(something) if (output?(level)) @io.flush end