# File lib/highline.rb, line 362 def self.color( string, *colors ) return string unless self.use_color? Style(*colors).color(string) end