Created
October 8, 2013 07:32
-
-
Save fadhlirahim/6880979 to your computer and use it in GitHub Desktop.
Hint: Zombies can only be killed with -9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
begin | |
sleep 5 | |
puts 'ping' | |
rescue Exception => ex | |
puts "Urghh.. brains" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment