# File lib/active_support/core_ext/kernel.rb, line 25 def silence_warnings old_verbose, $VERBOSE = $VERBOSE, nil yield ensure $VERBOSE = old_verbose end