# File lib/archive/tar/minitar/command.rb, line 205 205: def set (count) 206: if count < 0 || count > @total 207: raise "invalid count: #{count} (total: #{@total})" 208: end 209: @current = count 210: show_progress 211: @previous = @current 212: end