Method: Puppet::Pops::Types::TypeCalculator#infer_Integer

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

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



573
574
575
# File 'lib/puppet/pops/types/type_calculator.rb', line 573

def infer_Integer(o)
  PIntegerType.new(o, o)
end