# File lib/chef/platform.rb, line 472 def windows? if RUBY_PLATFORM =~ /mswin|mingw|windows/ true else false end end