624 625 626
# File 'lib/syntax_tree/node.rb', line 624 def accept(visitor) visitor.visit_args(self) end