module DescendantsTracker

def descendants

Other tags:
    Api: - private

Returns:
  • (Array) -
def descendants
  @descendants ||= []
end