Method: Puppet::Pops::Types::TypeFormatter#string_PRuntimeType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PRuntimeType(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.
393 394 395 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 393 def string_PRuntimeType(t) append_array('Runtime', t.runtime.nil? && t.name_or_pattern.nil?) { append_strings([t.runtime, t.name_or_pattern]) } end |