BasicObject
Raised by Timeout.timeout when the block times out.
Timeout.timeout
# File timeout.rb, line 120 def timeout(*args, &block) warn "Object##{__method__} is deprecated, use Timeout.timeout instead.", uplevel: 1 Timeout.timeout(*args, &block) end
This page was generated for Ruby 2.6.8
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.