11952 11953 11954
# File 'lib/syntax_tree/node.rb', line 11952 def accept(visitor) visitor.visit_while(self) end