Method: ConfCtl::ConfDir#path

Defined in:
lib/confctl/conf_dir.rb

#pathString

Path to the directory containing cluster configuration

Returns:

  • (String)


34
35
36
# File 'lib/confctl/conf_dir.rb', line 34

def path
  @path ||= File.realpath(Dir.pwd)
end