Method: Puppet::Pops::Types::TypeFactory.rich_data
- Defined in:
- lib/puppet/pops/types/type_factory.rb
.rich_data ⇒ Object
Produces the RichData type
384 385 386 |
# File 'lib/puppet/pops/types/type_factory.rb', line 384 def self.rich_data @rich_data_t ||= TypeParser.singleton.parse('RichData', Loaders.static_loader) end |