class Date

Public Instance Methods

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