# File lib/r10k/util/attempt.rb, line 21 def initialize(initial, opts = {}) @initial = initial @tries = [] @status = :notrun setopts(opts, {:trace => :self}) end