Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created October 30, 2012 09:56
Show Gist options
  • Save gnufied/3979356 to your computer and use it in GitHub Desktop.
Save gnufied/3979356 to your computer and use it in GitHub Desktop.
loop do
begin
puts "Whoa"
sleep(2)
rescue Exception => e
puts "wtf"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment