Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/agave/dump/format/toml.rb

Instance Method Summary collapse

Instance Method Details

#to_toml(_path = '') ⇒ Object



12
13
14
# File 'lib/agave/dump/format/toml.rb', line 12

def to_toml(_path = '')
  strftime('%Y-%m-%d')
end