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