class ChefConfig::Config
def self.path_accessible?(path)
def self.path_accessible?(path) File.exists?(path) && File.readable?(path) && File.writable?(path) end
def self.path_accessible?(path) File.exists?(path) && File.readable?(path) && File.writable?(path) end