Method: Puppet::Pops::Types::TypeCalculator#infer_generic
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_generic(o) ⇒ Object
274 275 276 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 274 def infer_generic(o) generalize(infer(o)) end |