Method: Codger::Manager#globals_path

Defined in:
lib/codger/manager.rb

#globals_pathObject

Return the file where global settings should be saved - ‘codger.yaml’ in #codger_home.



137
138
139
# File 'lib/codger/manager.rb', line 137

def globals_path
  File.join(codger_home, 'codger.yaml')
end