class Utils::ConfigDir
def default_root_path
-
(Pathname)
- the default configuration directory path
def default_root_path Pathname.new(ENV.fetch('HOME') + '.config') end
(Pathname)
- the default configuration directory path
def default_root_path Pathname.new(ENV.fetch('HOME') + '.config') end