# File lib/rspec/core/formatters/base_formatter.rb, line 154
        def restore_sync_output
          output.sync = @old_sync if output_supports_sync and !output.closed?
        end