# File lib/active_support/core_ext/kernel/reporting.rb, line 86 def quietly silence_stream(STDOUT) do silence_stream(STDERR) do yield end end end