class Sus::Output::Progress

def remaining

def remaining
	@total - @current
end