method
per_thread_registry_instance
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::PerThreadRegistry
per_thread_registry_instance()private
No documentation available.
# File activesupport/lib/active_support/per_thread_registry.rb, line 48
def per_thread_registry_instance
Thread.current[name] ||= new
end