BasicObject
Raised by Timeout.timeout when the block times out.
# File timeout.rb, line 122 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.4
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.2.