672 673 674
# File 'lib/syntax_tree/node.rb', line 672 def accept(visitor) visitor.visit_arg_star(self) end