# File lib/rspec/core/shared_example_group.rb, line 31
      def shared_examples(*args, &block)
        SharedExampleGroup.registry.add_group(self, *args, &block)
      end