# File lib/turn/reporters/outline_reporter.rb, line 133 def show_captured_stdout @stdout.rewind return if @stdout.eof? STDOUT.puts("\\nSTDOUT:\n\#{@stdout.read}\n".tabto(8)) end