inherited(klass)
Instance Public methods
When a class is inherited, wrap its helper module in a new module. This ensures that the parent class's module can be changed independently of the child class's.
When a class is inherited, wrap its helper module in a new module. This ensures that the parent class's module can be changed independently of the child class's.
Please login to continue.