Method: ActiveSupport::Deprecation::Reporting#end_silence
- Defined in:
- activesupport/lib/active_support/deprecation/reporting.rb
#end_silence ⇒ Object
:nodoc:
52 53 54 |
# File 'activesupport/lib/active_support/deprecation/reporting.rb', line 52 def end_silence # :nodoc: @silence_counter.value -= 1 end |