Method: Puppet::Pops::Types::TypeParser#interpret_LiteralRegularExpression
- Defined in:
- lib/puppet/pops/types/type_parser.rb
#interpret_LiteralRegularExpression(o, context) ⇒ 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.
137 138 139 |
# File 'lib/puppet/pops/types/type_parser.rb', line 137 def interpret_LiteralRegularExpression(o, context) o.value end |