module RSpec

def self.current_example=(example)

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