Retriable
# include it scoped to the Retriable module
require "retriable"
Retriable.retry do
# ...
end
# or include it into top level namespace
require "retriable/core_ext/kernel"
retry do
# ...
end
Constants
VERSION = {{ (`shards version \"/tmp/tmp.JibCpC/src/src/retriable\"`).chomp.stringify }}
Class methods
settings
SourceInstance methods
configure
Sourceretry
Source