https://github.com/ruby/timeout/commit/ac7b010c41
This commit is contained in:
rm155 2021-07-16 18:23:40 -04:00 коммит произвёл git
Родитель efa0c31ce5
Коммит 0a38212e57
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan
module Timeout
VERSION = "0.1.1"
VERSION = "0.1.1".freeze
# Raised by Timeout.timeout when the block times out.
class Error < RuntimeError