Skip to content

class IO::TimeoutError
inherits IO::Error

Raised when an IO operation times out.

STDIN.read_timeout = 1
STDIN.gets # raises IO::TimeoutError (after 1 second)