Skip to content

Instantly share code, notes, and snippets.

@fadhlirahim
Created October 8, 2013 07:32
Show Gist options
  • Save fadhlirahim/6880979 to your computer and use it in GitHub Desktop.
Save fadhlirahim/6880979 to your computer and use it in GitHub Desktop.
Hint: Zombies can only be killed with -9
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