Class: Numeric

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

Direct Known Subclasses

SemVer, Semantic::Version

Instance Method Summary collapse

Instance Method Details

#to_zaml(z) ⇒ Object



248
249
250
# File 'lib/puppet/util/zaml.rb', line 248

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