Method: Puppet::Pops::Types::TypeFormatter#string_PTypeReferenceType

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

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



563
564
565
# File 'lib/puppet/pops/types/type_formatter.rb', line 563

def string_PTypeReferenceType(t)
  append_array('TypeReference') { append_string(t.type_string) }
end