# File lib/rspec/core/example_group.rb, line 218 def self.ancestors @_ancestors ||= super().select {|a| a < RSpec::Core::ExampleGroup} end