Method: Puppet::Pops::Types::PCollectionType#initialize
- Defined in:
- lib/puppet/pops/types/types.rb
#initialize(size_type) ⇒ PCollectionType
Returns a new instance of PCollectionType.
1328 1329 1330 |
# File 'lib/puppet/pops/types/types.rb', line 1328 def initialize(size_type) @size_type = size_type.nil? ? nil : size_type.to_size end |