Skip to content

Instantly share code, notes, and snippets.

@seanlinsley
Created December 27, 2015 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanlinsley/1422c6bd4f6f961731fc to your computer and use it in GitHub Desktop.
Save seanlinsley/1422c6bd4f6f961731fc to your computer and use it in GitHub Desktop.
begin
# your code
rescue
tries ||= 0
(tries += 1) < 3 ? retry : raise
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment