# File lib/rspec/core/formatters/base_formatter.rb, line 144
        def start_sync_output
          @old_sync, output.sync = output.sync, true if output_supports_sync
        end