Class: RSpec::AttemptRunner

Inherits:
Object
  • Object
show all
Defined in:
sig/rspec/rewind.rbs

Instance Method Summary collapse

Constructor Details

#initializeAttemptRunner

Returns a new instance of AttemptRunner.

Parameters:

  • clock: (Object, nil)


313
# File 'sig/rspec/rewind.rbs', line 313

def initialize: (?clock: untyped?) -> void

Instance Method Details

#run[Exception?, Float, bool]

Parameters:

  • run_target: (Object)
  • exception_source: (Object)

Returns:

  • ([Exception?, Float, bool])


314
# File 'sig/rspec/rewind.rbs', line 314

def run: (run_target: untyped, exception_source: untyped) -> [Exception?, Float, bool]