Returns:
37 38 39 40 41
# File 'lib/petitest/configuration.rb', line 37 def output @output ||= ::STDOUT.tap do |io| io.sync = true end end