= private = protected
enable_warnings(&block)
Sets $VERBOSE to true for the duration of the block and back to its original value afterwards.
# File activesupport/lib/active_support/core_ext/kernel/reporting.rb, line 20 def enable_warnings(&block) with_warnings(true, &block) end