Method: Puppet::Pops::Types::TypeCalculator.infer
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
.infer(o) ⇒ Object
124 125 126 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 124 def self.infer(o) singleton.infer(o) end |