Method: Puppet::Pops::Types::TypeParser#interpret_any
- Defined in:
- lib/puppet/pops/types/type_parser.rb
#interpret_any(ast, 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.
63 64 65 |
# File 'lib/puppet/pops/types/type_parser.rb', line 63 def interpret_any(ast, context) @type_transformer.visit_this_1(self, ast, context) end |