Module: Kernel
- Defined in:
- lib/system-timer19.rb,
lib/system-timer19.rb
Instance Method Summary collapse
- #timeout(*args, &block) ⇒ Object (also: #timeout_after)
Instance Method Details
#timeout(*args, &block) ⇒ Object Also known as: timeout_after
10 11 12 |
# File 'lib/system-timer19.rb', line 10 def timeout(*args, &block) SystemTimer.timeout(*args, &block) end |