Method: Part.descendants

Defined in:
lib/oro/parts.rb

.descendantsObject



45
46
47
# File 'lib/oro/parts.rb', line 45

def self.descendants
  ObjectSpace.each_object(Class).select { |klass| klass < self }
end