# File lib/rspec/core/example_group.rb, line 139 def self.descendants [self] + children.collect {|c| c.descendants}.flatten end