Method: Puppet::Pops::Types::TypeFormatter#string_PCollectionType

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

#string_PCollectionType(t) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



334
335
336
337
# File 'lib/puppet/pops/types/type_formatter.rb', line 334

def string_PCollectionType(t)
  range = range_array_part(t.size_type)
  append_array('Collection', range.empty?) { append_elements(range) }
end