# File lib/cucumber/ast/tree_walker.rb, line 24
      def visit_comment(comment)
        broadcast(comment) do
          comment.accept(self)
        end
      end