# File lib/r10k/util/attempt.rb, line 32 def run @status = :running result = apply(@initial, @tries) @status = :ok if @status == :running result end