Method: Puppet::Pops::Types::PArrayType#iterable_type

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

#iterable_type(guard = nil) ⇒ Object



2597
2598
2599
# File 'lib/puppet/pops/types/types.rb', line 2597

def iterable_type(guard = nil)
  PAnyType::DEFAULT.eql?(@element_type) ? PIterableType::DEFAULT : PIterableType.new(@element_type)
end