Method: Puppet::Pops::Types::TypeParser#interpret_HeredocExpression
- Defined in:
- lib/puppet/pops/types/type_parser.rb
#interpret_HeredocExpression(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.
93 94 95 |
# File 'lib/puppet/pops/types/type_parser.rb', line 93 def interpret_HeredocExpression(o, context) interpret_any(o.text_expr, context) end |