method

_instance

rails latest stable - Class: ActiveSupport::Deprecation

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

_instance()
public

No documentation available.

# File activesupport/lib/active_support/deprecation.rb, line 60
    def self._instance # :nodoc:
      @_instance ||= MUTEX.synchronize { @_instance ||= new }
    end