method
per_thread_registry_instance
rails 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