This commit is contained in:
Andrew Waage 2016-10-07 18:50:58 -07:00
parent 7b8c667447
commit 4f9cfdd337

View File

@ -313,6 +313,7 @@ Make sure, that you push tags to remote repo via 'git push --tags'"
def sys_abort(msg) def sys_abort(msg)
abort(msg) abort(msg)
end end
# Returns the exponential backoff (seconds) for this attempt number # Returns the exponential backoff (seconds) for this attempt number
# #
# @param [Integer] attempt the attempt number # @param [Integer] attempt the attempt number