10142 10143 10144
# File 'lib/syntax_tree/node.rb', line 10142 def accept(visitor) visitor.visit_string_concat(self) end