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