class RSpec::Core::Reporter

def example_started(example)

Other tags:
    Private: -
def example_started(example)
  @examples << example
  notify :example_started, Notifications::ExampleNotification.for(example)
end