method
timeout
v2_5_5 -
Show latest stable
- Class:
Object
timeout(*args, &block)public
No documentation available.
# File lib/timeout.rb, line 120
def timeout(*args, &block)
warn "Object##{__method__} is deprecated, use Timeout.timeout instead.", uplevel: 1
Timeout.timeout(*args, &block)
end