Method: Puppet::Pops::Types::PTypeReferenceType.register_ptype
- Defined in:
- lib/puppet/pops/types/types.rb
.register_ptype(loader, ir) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
3321 3322 3323 |
# File 'lib/puppet/pops/types/types.rb', line 3321 def self.register_ptype(loader, ir) create_ptype(loader, ir, 'AnyType', 'type_string' => PStringType::NON_EMPTY) end |