module RSpec
def self.current_scope=(scope)
Experimental RBS support (using type sampling data from the type_fusion
project).
def self.current_scope=: (Symbol scope) -> Symbol
This signature was generated using 2 samples from 1 application.
- Api: - private
def self.current_scope=(scope) RSpec::Support.thread_local_data[:current_scope] = scope end