Created
January 28, 2018 14:21
-
-
Save yosevu/6dbe58997c376ba201b344136ced1359 to your computer and use it in GitHub Desktop.
Flashing prompt
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
| def prompt | |
| 60.times do | |
| STDOUT.print "\r:" | |
| sleep 0.5 | |
| STDOUT.print "\r " | |
| sleep 0.5 | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment