# File lib/turn/colorize.rb, line 68
    def self.mark(string)
      colorize? ? ::ANSI::Code.yellow{ string } : string
    end