Provides a simple DSL to retry code blocks in Ruby with configurable attempts, sleep, and exception handling.
gem install retryableNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Retry a network request up to 3 times on timeout errors.
Use 'Retryable.retryable' instead of the top-level 'retryable' method, or include the module.
No dependency data recorded yet.