Method: ActiveSupport::Deprecation._instance
- Defined in:
- activesupport/lib/active_support/deprecation.rb
._instance ⇒ Object
:nodoc:
60 61 62 |
# File 'activesupport/lib/active_support/deprecation.rb', line 60 def self._instance # :nodoc: @_instance ||= MUTEX.synchronize { @_instance ||= new } end |