I am trying to implement a threads race in Ruby which should show each Thread progress in the terminal (kind of real-time). I got blocked with the point where I need to move to the previous terminal lines.I am trying to implement a threads race in Ruby