Method: Puppet::Pops::Types::TypeFactory.rich_data

Defined in:
lib/puppet/pops/types/type_factory.rb

.rich_dataObject

Produces the RichData type



377
378
379
# File 'lib/puppet/pops/types/type_factory.rb', line 377

def self.rich_data
  @rich_data_t ||= TypeParser.singleton.parse('RichData', Loaders.static_loader)
end