Method: Puppet::Pops::Types::TypeFormatter#string_PClassType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PClassType(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.
429 430 431 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 429 def string_PClassType(t) append_array('Class', t.class_name.nil?) { append_elements([t.class_name]) } end |