method

keep_trying?

ruby latest stable - Class: Bundler::Retry

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

keep_trying?()
private

No documentation available.

# File lib/bundler/retry.rb, line 56
    def keep_trying?
      return true  if current_run.zero?
      return false if last_attempt?
      return true  if @failed
    end