diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-02-03 12:41:44 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-02-03 03:44:27 +0000 |
| commit | 184d4be89387fb94b4e85b313fc00d891c7f9244 (patch) | |
| tree | 5b9a9b4e470a0ab74d1908dc6526d3d1d321c012 | |
| parent | 99d90125c0d750478c74181809e0fe761ba34783 (diff) | |
[ruby/timeout] [DOC] document the private instance method
https://github.com/ruby/timeout/commit/52e85fed75
| -rw-r--r-- | lib/timeout.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
