Module: Nimbu::Utils::Descendants

Included in:
Error::NimbuError
Defined in:
lib/nimbu-api/utils/descendants.rb

Instance Method Summary collapse

Instance Method Details

#descendantsObject



6
7
8
# File 'lib/nimbu-api/utils/descendants.rb', line 6

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