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