class ChefConfig::WorkstationConfigLoader

def path_exists?(path)

(Private API, public for test purposes)
def path_exists?(path)
  Pathname.new(path).expand_path.exist?
end