Class: LibGems::ConfigFile

Inherits:
Object
  • Object
show all
Defined in:
lib/libgems_ext/config_file.rb

Constant Summary collapse

SYSTEM_WIDE_CONFIG_FILE =
File.join system_config_path, 'spaderc'

Instance Method Summary collapse

Instance Method Details

#credentials_pathObject



29
30
31
# File 'lib/libgems_ext/config_file.rb', line 29

def credentials_path
  File.join(LibGems.user_dir, "credentials")
end