method
extended
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::PerThreadRegistry
extended(object)public
No documentation available.
# File activesupport/lib/active_support/per_thread_registry.rb, line 42
def self.extended(object)
object.instance_variable_set "@per_thread_registry_key", object.name.freeze
end