# File lib/cucumber/ast/tree_walker.rb, line 97
      def visit_step(step)
        broadcast(step) do
          step.accept(self)
        end
      end