Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_zaml(z) ⇒ Object



224
225
226
# File 'lib/vendor/puppet/util/zaml.rb', line 224

def to_zaml(z)
  z.emit('true')
end