Method: Puppet::Pops::Types::TypeCalculator#infer_PAnyType
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_PAnyType(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
550 551 552 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 550 def infer_PAnyType(o) PTypeType.new(o) end |