module RSpec::ExampleGroups

def self.constant_scope_for(group)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.constant_scope_for: (Class group) -> Class

This signature was generated using 1 sample from 1 application.

def self.constant_scope_for(group)
  const_scope = group.superclass
  const_scope = self if const_scope == ::RSpec::Core::ExampleGroup
  const_scope
end