Method: Puppet::Pops::Types::TypeFormatter#string_PRegexpType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PRegexpType(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.
201 202 203 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 201 def string_PRegexpType(t) append_array('Regexp', t.pattern.nil?) { append_string(t.regexp) } end |