puts statement in ruby automatically adds a new line, how do I avoid it?
puts
Also, you'll need to append "\r" at end of line to indicate "carriage return" and do next print at beginning of current line