module RSpec::Core::SharedExampleGroup::TopLevelDSL

def shared_examples(name, *args, &block)

def shared_examples(name, *args, &block)
  RSpec.world.shared_example_group_registry.add(:main, name, *args, &block)
end