Method: ConfCtl::ConfDir#path
- Defined in:
- lib/confctl/conf_dir.rb
#path ⇒ String
Path to the directory containing cluster configuration
34 35 36 |
# File 'lib/confctl/conf_dir.rb', line 34 def path @path ||= File.realpath(Dir.pwd) end |