Method: Puppet::Pops::Types::TypeFormatter#string_PSensitiveType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PSensitiveType(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.
520 521 522 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 520 def string_PSensitiveType(t) append_array('Sensitive', PAnyType::DEFAULT == t.type) { append_string(t.type) } end |