Method: Puppet::Pops::Types::TypeFormatter#string_PVariantType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PVariantType(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.
230 231 232 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 230 def string_PVariantType(t) append_array('Variant', t.types.empty?) { append_strings(t.types) } end |