Class: Numeric

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

Direct Known Subclasses

SemVer

Instance Method Summary collapse

Instance Method Details

#to_zaml(z) ⇒ Object



236
237
238
# File 'lib/vendor/puppet/util/zaml.rb', line 236

def to_zaml(z)
  z.emit(self)
end