# File lib/cucumber/formatter/pretty.rb, line 97
      def before_examples_array(examples_array)
        @indent = 4
        @io.puts
        @visiting_first_example_name = true
      end