Method: Puppet::Pops::Types::TypeFormatter#string_PCatalogEntryType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PCatalogEntryType(_) ⇒ 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.
424 425 426 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 424 def string_PCatalogEntryType(_) @bld << 'CatalogEntry' end |