Method: DailyLog::Pathname.dirname

Defined in:
lib/daily_log/pathname.rb

.dirnameObject

The dirname where entries are stored

Returns String



37
38
39
# File 'lib/daily_log/pathname.rb', line 37

def dirname
  @dirname || DEFAULT_DIRNAME
end