From 17821595f1757a4fa93bd200cd930026424a0c29 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 11 Oct 2012 20:26:45 +0000 Subject: * lib/timeout.rb (timeout): Remove paragraph on wrong implementation detail. [ruby-core:47739] [Bug #7088] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/timeout.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/timeout.rb') diff --git a/lib/timeout.rb b/lib/timeout.rb index 91d120a113..7fd87ff40b 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -41,9 +41,6 @@ module Timeout # +klass+:: Exception Class to raise if the block fails to terminate # in +sec+ seconds. Omitting will use the default, Timeout::Error # - # The block will be executed on another thread and will be given one - # argument: +sec+. - # # Returns the result of the block *if* the block completed before # +sec+ seconds, otherwise throws an exception, based on the value of +klass+. # -- cgit v1.2.3