class RSpec::Core::Configuration

def expose_dsl_globally?

Default: true
Indicates if the DSL has been exposed off of modules and `main`.
def expose_dsl_globally?
  Core::DSL.exposed_globally?
end