| Module | DescendantsTracker |
| In: |
lib/descendants_tracker.rb
lib/descendants_tracker/version.rb |
encoding: utf-8
| VERSION | = | '0.0.4'.freeze | Unreleased gem version |
| setup | -> | extended |
| descendants | [R] |
Return the descendants of this class
@example descendants = ParentClass.descendants @return [Array<Class<DescendantsTracker>>] @api public |
Setup the class for descendant tracking
@param [Class<DescendantsTracker>] descendant
@return [undefined]
@api private