# File lib/parser/ast/processor.rb, line 210 def process_variable_node(node) warn 'Parser::AST::Processor#process_variable_node is deprecated as a' \ ' public API and will be removed. Please use ' \ 'Parser::AST::Processor#on_var instead.' on_var(node) end