module RSpec

def self.current_example=(example)

Other tags:
    Api: - private
def self.current_example=(example)
  thread_local_metadata[:current_example] = example
end