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