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