Class: Date

Inherits:
Object show all
Defined in:
lib/vendor/puppet/util/zaml.rb

Instance Method Summary collapse

Instance Method Details

#to_zaml(z) ⇒ Object



385
386
387
# File 'lib/vendor/puppet/util/zaml.rb', line 385

def to_zaml(z)
  z.emit(strftime('%Y-%m-%d'))
end