class Cucumber::Ast::Comment
def accept(visitor)
def accept(visitor) return if Cucumber.wants_to_quit @value.strip.split("\n").each do |line| visitor.visit_comment_line(line.strip) end end
def accept(visitor) return if Cucumber.wants_to_quit @value.strip.split("\n").each do |line| visitor.visit_comment_line(line.strip) end end