Method: Puppet::Pops::Types::TypeFormatter#string_PIteratorType

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

#string_PIteratorType(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.



191
192
193
# File 'lib/puppet/pops/types/type_formatter.rb', line 191

def string_PIteratorType(t)
  append_array('Iterator', t.element_type.nil?) { append_string(t.element_type) }
end