Method: Puppet::Pops::Types::PTypeReferenceType#resolve
- Defined in:
- lib/puppet/pops/types/types.rb
#resolve(loader) ⇒ 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.
3347 3348 3349 |
# File 'lib/puppet/pops/types/types.rb', line 3347 def resolve(loader) TypeParser.singleton.parse(@type_string, loader) end |