diff options
Diffstat (limited to 'lib/timeout.rb')
| -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 |
