class Cucumber::Ast::Visitor

def visit_comment(comment)

def visit_comment(comment)
  comment.accept(self)
end