Method: Puppet::Pops::Types::TypeCalculator.iterable

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

.iterable(t) ⇒ Object



164
165
166
# File 'lib/puppet/pops/types/type_calculator.rb', line 164

def self.iterable(t)
  singleton.iterable(t)
end