Method: Puppet::Settings::TTLSetting#munge

Defined in:
lib/puppet/settings/ttl_setting.rb

#munge(value) ⇒ Object

Convert the value to Numeric, parsing numeric string with units if necessary.



24
25
26
# File 'lib/puppet/settings/ttl_setting.rb', line 24

def munge(value)
  self.class.munge(value, @name)
end