Method: Puppet::Pops::Types::TypeFormatter#string_PBooleanType

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

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



154
155
156
# File 'lib/puppet/pops/types/type_formatter.rb', line 154

def string_PBooleanType(t)
  append_array('Boolean', t.value.nil?) { append_string(t.value) }
end