Method: Puppet::Pops::Loader::TypeDefinitionInstantiator.create_type
- Defined in:
- lib/puppet/pops/loader/type_definition_instantiator.rb
.create_type(name, type_expr, name_authority) ⇒ 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.
70 71 72 |
# File 'lib/puppet/pops/loader/type_definition_instantiator.rb', line 70 def self.create_type(name, type_expr, ) create_named_type(name, named_definition(type_expr), type_expr, ) end |