class RSpec::Core::Example

def start(reporter)

Experimental RBS support (using type sampling data from the type_fusion project).

def start: (RSpec::Core::Reporter reporter) -> Time

This signature was generated using 1 sample from 1 application.

def start(reporter)
  reporter.example_started(self)
  execution_result.started_at = clock.now
end