method
inherited
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::ExecutionWrapper
inherited(other)public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 97
def self.inherited(other) # :nodoc:
super
other.active = Concurrent::Hash.new
end