# File lib/chef-config/windows.rb, line 20 def self.windows? if RUBY_PLATFORM =~ /mswin|mingw|windows/ true else false end end