Class: RSpec::AttemptRunner
- Inherits:
-
Object
- Object
- RSpec::AttemptRunner
- Defined in:
- sig/rspec/rewind.rbs
Instance Method Summary collapse
-
#initialize ⇒ AttemptRunner
constructor
A new instance of AttemptRunner.
- #run ⇒ [Exception?, Float, bool]
Constructor Details
#initialize ⇒ AttemptRunner
Returns a new instance of AttemptRunner.
313 |
# File 'sig/rspec/rewind.rbs', line 313
def initialize: (?clock: untyped?) -> void
|
Instance Method Details
#run ⇒ [Exception?, Float, bool]
314 |
# File 'sig/rspec/rewind.rbs', line 314
def run: (run_target: untyped, exception_source: untyped) -> [Exception?, Float, bool]
|