Method: Codger::Manager#globals_path
- Defined in:
- lib/codger/manager.rb
#globals_path ⇒ Object
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 |