Method: Minitest::SummaryReporter#start
- Defined in:
-
lib/spec.rb,
lib/minitest.rb
:startdoc:
140 141 142 143 144 145 |
# File 'lib/spec.rb', line 140 def start # :nodoc: super self.sync = io.respond_to? :"sync=" # stupid emacs self.old_sync, io.sync = io.sync, true if self.sync end |