1236 1237 1238
# File 'lib/syntax_tree/node.rb', line 1236 def accept(visitor) visitor.visit_assoc_splat(self) end