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