Method: Puppet::Pops::Types::TypeFormatter#string_PInitType

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

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



181
182
183
# File 'lib/puppet/pops/types/type_formatter.rb', line 181

def string_PInitType(t)
  append_array('Init', t.type.nil?) { append_strings([t.type, *t.init_args]) }
end