# File lib/chef/knife/core/ui.rb, line 90 def color(string, *colors) if color? highline.color(string, *colors) else string end end