method
quietly
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Testing::Stream
quietly(&block)private
No documentation available.
# File activesupport/lib/active_support/testing/stream.rb, line 17
def quietly(&block)
silence_stream(STDOUT) do
silence_stream(STDERR, &block)
end
end