Skip to content

Instantly share code, notes, and snippets.

@ryanbriones
Created March 24, 2011 05:30
Show Gist options
  • Save ryanbriones/884623 to your computer and use it in GitHub Desktop.
Save ryanbriones/884623 to your computer and use it in GitHub Desktop.
print "a"
STDOUT.flush
sleep 5 # doing work
print "\bb"
STDOUT.flush # doing more work
sleep 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment