Skip to content

Instantly share code, notes, and snippets.

@gnomex
Created August 15, 2020 23:11
Show Gist options
  • Save gnomex/c80ece9319dd6e84c14c81d64800abe3 to your computer and use it in GitHub Desktop.
Save gnomex/c80ece9319dd6e84c14c81d64800abe3 to your computer and use it in GitHub Desktop.
max_retries.times do |index|
begin
# some code
rescue => e
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment