Class: Date

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

Instance Method Summary collapse

Instance Method Details

#to_toml(_path = '') ⇒ Object



13
14
15
# File 'lib/dato/dump/format/toml.rb', line 13

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