module ChefConfig
class ChefConfig::Config
class ChefConfig::ConfigurationError
class ChefConfig::InvalidPath
class ChefConfig::NullLogger
class ChefConfig::PathHelper
class ChefConfig::WorkstationConfigLoader
chef-config
12.5.0.alpha.0
:: windows?
def self.windows? if RUBY_PLATFORM =~ /mswin|mingw|windows/ true else false end end