# File lib/kafo_wizards/entries/abstract.rb, line 53 def self.inherited(child) superclass.inherited(child) if self < KafoWizards::Entries::AbstractEntry descendants << child end