module RSpec::Core::SharedExampleGroup::TopLevelDSL

def self.expose_globally!

Other tags:
    Api: - private
def self.expose_globally!
  return if exposed_globally?
  Core::DSL.change_global_dsl(&definitions)
  @exposed_globally = true
end