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