From 184d4be89387fb94b4e85b313fc00d891c7f9244 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 3 Feb 2026 12:41:44 +0900 Subject: [ruby/timeout] [DOC] document the private instance method https://github.com/ruby/timeout/commit/52e85fed75 --- lib/timeout.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/timeout.rb b/lib/timeout.rb index e293e3be7c..eb66e586df 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -305,6 +305,7 @@ module Timeout end end + # See Timeout.timeout private def timeout(*args, &block) Timeout.timeout(*args, &block) end -- cgit v1.2.3