Method: Puppet::Pops::Types::TypeFormatter#string_PPatternType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PPatternType(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.
329 330 331 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 329 def string_PPatternType(t) append_array('Pattern', t.patterns.empty?) { append_strings(t.patterns.map(&:regexp)) } end |