Method: Codger::Manager.default

Defined in:
lib/codger/manager.rb

.defaultObject

Return an instance using any settings in the .codger file (if one exists) of the working directory.



13
14
15
# File 'lib/codger/manager.rb', line 13

def default
  @config ||= Manager.new(File.join(Dir.pwd, '.codger'))
end