# File lib/rspec/core/example_group.rb, line 96
      def self.descendant_filtered_examples
        filtered_examples + children.collect{|c| c.descendant_filtered_examples}
      end