module RSpec
def self.current_example=(example)
Experimental RBS support (using type sampling data from the type_fusion
project).
def self.current_example=: (nil example) -> nil
This signature was generated using 1 sample from 1 application.
- Api: - private
def self.current_example=(example) RSpec::Support.thread_local_data[:current_example] = example end