class Cucumber::Ast::TreeWalker

def visit_comment(comment)

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