Class: RSpec::RetryGate
- Inherits:
-
Object
- Object
- RSpec::RetryGate
- Defined in:
- sig/rspec/rewind.rbs
Instance Method Summary collapse
- #allow? ⇒ Object
- #decision ⇒ Object
-
#initialize ⇒ RetryGate
constructor
A new instance of RetryGate.
Constructor Details
#initialize ⇒ RetryGate
Returns a new instance of RetryGate.
383 |
# File 'sig/rspec/rewind.rbs', line 383
def initialize: (configuration: Configuration, retry_policy: RetryPolicy, debug: untyped) -> void
|
Instance Method Details
#allow? ⇒ Object
384 |
# File 'sig/rspec/rewind.rbs', line 384
def allow?: (
|
#decision ⇒ Object
395 |
# File 'sig/rspec/rewind.rbs', line 395
def decision: (
|