Method: Puppet::Pops::Types::TypeParser#interpret_TypeDefinition
- Defined in:
- lib/puppet/pops/types/type_parser.rb
#interpret_TypeDefinition(o, context) ⇒ 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.
83 84 85 |
# File 'lib/puppet/pops/types/type_parser.rb', line 83 def interpret_TypeDefinition(o, context) Loader::TypeDefinitionInstantiator.create_runtime_type(o) end |