# File lib/turn/reporters/dot_reporter.rb, line 29
    def error(exception, message=nil)
      io.print Colorize.error('E'); io.flush
    end