Method: Puppet::Pops::Types::PAnyType#resolve
- Defined in:
- lib/puppet/pops/types/types.rb
#resolve(loader) ⇒ PTypeAliasType
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.
Called from the TypeParser once it has found a type using the Loader to enable that this type can resolve internal type expressions using a loader. Presently, this method is a no-op for all types except the {PTypeAliasType}.
222 223 224 |
# File 'lib/puppet/pops/types/types.rb', line 222 def resolve(loader) self end |