Method: Puppet::Pops::Types::TypeFormatter#string_PUnitType

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

#string_PUnitType(_) ⇒ 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.



388
389
390
# File 'lib/puppet/pops/types/type_formatter.rb', line 388

def string_PUnitType(_)
  @bld << 'Unit'
end