SystemTimer
Used for ruby < 1.9.x
# File lib/bunny/system_timer.rb, line 6 def timeout(seconds, exception) timeout_after(seconds) do yield end end