# File lib/archive/tar/minitar/command.rb, line 194 194: def finish 195: @current = @total 196: @is_finished = true 197: show_progress 198: end