Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/dato/dump/format/toml.rb
Instance Method Summary collapse
Instance Method Details
#to_toml(_path = "") ⇒ Object
12 13 14 |
# File 'lib/dato/dump/format/toml.rb', line 12 def to_toml(_path = "") strftime("%Y-%m-%d") end |