Method: ActiveSupport::Deprecation::Reporting#begin_silence
- Defined in:
- activesupport/lib/active_support/deprecation/reporting.rb
#begin_silence ⇒ Object
:nodoc:
48 49 50 |
# File 'activesupport/lib/active_support/deprecation/reporting.rb', line 48 def begin_silence # :nodoc: @silence_counter.value += 1 end |