Method: Puppet::Pops::Serialization::ToDataConverter.convert
- Defined in:
- lib/puppet/pops/serialization/to_data_converter.rb
.convert(value, options = EMPTY_HASH) ⇒ Data
Convert the given value according to the given options and return the result of the conversion
23 24 25 |
# File 'lib/puppet/pops/serialization/to_data_converter.rb', line 23 def self.convert(value, = EMPTY_HASH) new().convert(value) end |