Skip to content

Instantly share code, notes, and snippets.

@rafaelsales
Last active November 20, 2015 13:30
Show Gist options
  • Save rafaelsales/1067532247934508e455 to your computer and use it in GitHub Desktop.
Save rafaelsales/1067532247934508e455 to your computer and use it in GitHub Desktop.
loop do
begin
sleep 1
rescue Exception => e
puts "I'm STRONGER. Give up!"
end
end
# Run and try CTRL+C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment