# File lib/active_support/core_ext/kernel/reporting.rb, line 15
  def enable_warnings
    with_warnings(true) { yield }
  end