# File lib/github_api/descendants.rb, line 4 def descendants ObjectSpace.each_object(::Class).select { |klass| klass < self } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.