class RSpec::Core::SharedExampleGroup::Registry
def shared_example_groups
def shared_example_groups @shared_example_groups ||= Hash.new { |hash,key| hash[key] = Hash.new } end
def shared_example_groups @shared_example_groups ||= Hash.new { |hash,key| hash[key] = Hash.new } end