How to set Timeout in Ruby!
While tinkering recently on a hobby project, I kept having ‘freezing’ issues. Sure I tried to error handle the bah-jeezus out of it in order to fail gracefully instead of forever hanging, but for some reason which I couldn’t ascertain – the thing was hanging.
I suddenly remembered about a SetTimeout
Posted: November 14th, 2012 under Ruby Timeout.

