method

last_attempt?

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.

last_attempt?()
private

No documentation available.

# File lib/bundler/retry.rb, line 62
    def last_attempt?
      current_run >= total_runs
    end