# File timeout.rb, line 124deftimeout(*args, &block)
warn"Object##{__method__} is deprecated, use Timeout.timeout instead.", uplevel:1Timeout.timeout(*args, &block)
end
This page was generated for Ruby 3.0.4
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.