Method: Puppet::Pops::Types::TypeFormatter#string_Regexp
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_Regexp(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.
602 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 602 def string_Regexp(t); @bld << PRegexpType.regexp_to_s_with_delimiters(t); end |