Another name for Timeout::Error, defined for backwards compatibility with earlier versions of timeout.rb.
Identical to:
Timeout::timeout(n, e, &block).
Defined for backwards compatibility with earlier versions of timeout.rb, see Timeout#timeout.
# File timeout.rb, line 88
def timeout(n, e = nil, &block)
Timeout::timeout(n, e, &block)
end