class RSpec::Core::Reporter

def example_finished(example)

Other tags:
    Private: -
def example_finished(example)
  notify :example_finished, Notifications::ExampleNotification.for(example)
end