Method: Puppet::Pops::Types::TypeCalculator#infer_NilClass

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

#infer_NilClass(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.



583
584
585
# File 'lib/puppet/pops/types/type_calculator.rb', line 583

def infer_NilClass(o)
  PUndefType::DEFAULT
end