class Console::Progress

def resize(total)

def resize(total)
	@total = total
	
	Console.call(@subject, self.to_s, event: self.to_hash, **@options)
	@last_output_time = Progress.now
	
	return self
end