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