# File lib/system_timer_stub.rb, line 8 8: def timeout_after(seconds) 9: Timeout::timeout(seconds) do 10: yield 11: end 12: end