Method: Puppet::Pops::Types::TypeCalculator#infer_PTypeType

Defined in:
lib/puppet/pops/types/type_calculator.rb

#infer_PTypeType(o) ⇒ 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.

The type of all types is PTypeType This is the metatype short circuit.



558
559
560
# File 'lib/puppet/pops/types/type_calculator.rb', line 558

def infer_PTypeType(o)
  PTypeType.new(o)
end