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