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.5.3
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.