# File lib/rspec/core/example_group.rb, line 156
      def self.include_examples(name, *args, &block)
        find_and_eval_shared("examples", name, *args, &block)
      end