Skip to content

Instantly share code, notes, and snippets.

@gnomex
Created August 15, 2020 23:11
Show Gist options
  • Save gnomex/c8e2de01e3e2204bb9bfa7943e01f1ac to your computer and use it in GitHub Desktop.
Save gnomex/c8e2de01e3e2204bb9bfa7943e01f1ac to your computer and use it in GitHub Desktop.
(1..max_retries).inject(nil) do |result, attempt_number|
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