Skip to content

Instantly share code, notes, and snippets.

@rdp
Created November 6, 2013 12:53
Show Gist options
  • Save rdp/7335622 to your computer and use it in GitHub Desktop.
Save rdp/7335622 to your computer and use it in GitHub Desktop.
start = Time.now
loop {
elapsed = Time.now - start
puts "#{(elapsed/60).round}m:#{(elapsed%60).round}s"
sleep 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment