Method: Puppet::Pops::Serialization::FromDataConverter.convert
- Defined in:
- lib/puppet/pops/serialization/from_data_converter.rb
.convert(value, options = EMPTY_HASH) ⇒ RichData
Converts the given ‘Data` value according to the given options and returns the resulting `RichData`.
74 75 76 |
# File 'lib/puppet/pops/serialization/from_data_converter.rb', line 74 def self.convert(value, = EMPTY_HASH) new().convert(value) end |