method
_instance
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Deprecation::InstanceDelegator::ClassMethods
_instance()public
No documentation available.
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 47
def _instance
@_instance ||= MUTEX.synchronize { @_instance ||= new }
end