# File lib/cucumber/formatter/console.rb, line 153
      def announce(announcement)
        @io.puts
        @io.puts(format_string(announcement, :tag))
        @io.flush
      end