instance method
per_thread_registry_instance
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13 PrivateSignature
per_thread_registry_instance()
No documentation comment.
Source
# File activesupport/lib/active_support/per_thread_registry.rb, line 48
def per_thread_registry_instance
Thread.current[name] ||= new
end
Defined in activesupport/lib/active_support/per_thread_registry.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::PerThreadRegistry