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