Module RSpec::Core::SharedExampleGroup::Registry
In: lib/rspec/core/shared_example_group.rb

@private

Used internally to manage the shared example groups and constants. We want to limit the number of methods we add to objects we don‘t own (main and Module) so this allows us to have helper methods that don‘t get added to those objects.

Methods

Public Class methods

Public Instance methods

[Validate]