method
extended
v6.1.3.1 -
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