1514 1515 1516
# File 'lib/syntax_tree/node.rb', line 1514 def accept(visitor) visitor.visit_assoc(self) end