Module: RSpec::Backoff
- Defined in:
- sig/rspec/rewind.rbs
Class Method Summary collapse
Class Method Details
.exponential ⇒ Object
26 |
# File 'sig/rspec/rewind.rbs', line 26 def self.exponential: (base: Numeric, ?factor: Numeric, ?max: Numeric?, ?jitter: Numeric, ?rng: untyped, ?min_factor: Numeric) -> untyped |
.fixed ⇒ Object
24 |
# File 'sig/rspec/rewind.rbs', line 24 def self.fixed: (Numeric seconds) -> untyped |
.linear ⇒ Object
25 |
# File 'sig/rspec/rewind.rbs', line 25 def self.linear: (step: Numeric, ?max: Numeric?) -> untyped |