class RSpec::Core::ExampleGroup

def self.top_level?

Other tags:
    Private: -
def self.top_level?
  @top_level ||= superclass == ExampleGroup
end