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