Handles basic printing tasks like colorizing. -- TODO: Duplicates functionality from knife, upfactor.
# File lib/chef/formatters/base.rb, line 79 def color(string, *colors) if Chef::Config[:color] @out.print highline.color(string, *colors) else @out.print string end end
Generated with the Darkfish Rdoc Generator 2.