Created
December 4, 2014 21:48
-
-
Save JaisonBrooks/ff449146c14d5ed48608 to your computer and use it in GitHub Desktop.
change_already_printed_line.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'time' | |
loop do | |
time = Time.now.to_s + "\r" | |
print time | |
$stdout.flush | |
sleep 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment