Method: Puppet::Pops::Types::PTypeReferenceType#initialize
- Defined in:
- lib/puppet/pops/types/types.rb
#initialize(type_string) ⇒ PTypeReferenceType
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.
Returns a new instance of PTypeReferenceType.
3327 3328 3329 |
# File 'lib/puppet/pops/types/types.rb', line 3327 def initialize(type_string) @type_string = type_string end |