# File lib/archive/tar/minitar/command.rb, line 214 214: def inc (step = 1) 215: @current += step 216: @current = @total if @current > @total 217: show_progress 218: @previous = @current 219: end