Method: Puppet::Pops::Types::TypeCalculator#infer_Float

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

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



568
569
570
# File 'lib/puppet/pops/types/type_calculator.rb', line 568

def infer_Float(o)
  PFloatType.new(o, o)
end