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