class RSpec::Core::ExampleGroup

def self.descendants

Other tags:
    Private: -
def self.descendants
  @_descendants ||= [self] + FlatMap.flat_map(children, &:descendants)
end