# File lib/chef/knife/core/ui.rb, line 100 def color? Chef::Config[:color] && stdout.tty? && (RUBY_PLATFORM !~ /mswin|mingw32|windows/) end