class Utils::ConfigDir

def default_root_path

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