# File activesupport/lib/active_support/core_ext/kernel/reporting.rb, line 34
def silence_stderr #:nodoc:
ActiveSupport::Deprecation.warn(
"`#silence_stderr` is deprecated and will be removed in the next release."
) #not thread-safe
silence_stream(STDERR) { yield }
end