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.1
# path_exists?
def path_exists?(path) Pathname.new(path).expand_path.exist? end