class Date

Public Instance Methods

to_toml(_path = '') click to toggle source
# File lib/agave/dump/format/toml.rb, line 12
def to_toml(_path = '')
  strftime('%Y-%m-%d')
end