Method: Puppet::Pops::Types::TypeFormatter#string_PTypeType

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

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



176
177
178
# File 'lib/puppet/pops/types/type_formatter.rb', line 176

def string_PTypeType(t)
  append_array('Type', t.type.nil?) { append_string(t.type) }
end