Method: Puppet::Pops::Types::TypeCalculator#infer_Closure

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

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



514
515
516
# File 'lib/puppet/pops/types/type_calculator.rb', line 514

def infer_Closure(o)
  o.type
end