class RSpec::Core::ExampleGroup

def running_example

def running_example
  RSpec.deprecate('running_example', 'example')
  example
end