Skip to content

Instantly share code, notes, and snippets.

@yosevu
Created January 28, 2018 14:21
Show Gist options
  • Select an option

  • Save yosevu/6dbe58997c376ba201b344136ced1359 to your computer and use it in GitHub Desktop.

Select an option

Save yosevu/6dbe58997c376ba201b344136ced1359 to your computer and use it in GitHub Desktop.
Flashing prompt
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