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