method

inherited

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