# File lib/rspec/core/shared_example_group.rb, line 128
        def shared_example_groups
          @shared_example_groups ||= Hash.new { |hash,key| hash[key] = Hash.new }
        end