Class: Date

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

Instance Method Summary collapse

Instance Method Details

#to_zaml(z) ⇒ Object



397
398
399
# File 'lib/puppet/util/zaml.rb', line 397

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