Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
run(&block)
private
No documentation available.
# File lib/bundler/retry.rb, line 37
def run(&block)
@failed = false
@current_run += 1
@result = block.call
rescue => e
fail_attempt(e)
end