Method: Puppet::Pops::Types::TypeFormatter#string_PURIType

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

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



372
373
374
# File 'lib/puppet/pops/types/type_formatter.rb', line 372

def string_PURIType(t)
  append_array('URI', t.parameters.nil?) { append_string(t._pcore_init_hash['parameters']) }
end