# File lib/r10k/util/attempt.rb, line 47
      def try(&block)
        @tries << block
        self
      end