ruby-changes:25093
From: zzak <ko1@a...>
Date: Fri, 12 Oct 2012 05:26:57 +0900 (JST)
Subject: [ruby-changes:25093] zzak:r37145 (trunk): * lib/timeout.rb (timeout):
zzak 2012-10-12 05:26:45 +0900 (Fri, 12 Oct 2012) New Revision: 37145 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37145 Log: * lib/timeout.rb (timeout): Remove paragraph on wrong implementation detail. [ruby-core:47739] [Bug #7088] Modified files: trunk/ChangeLog trunk/lib/timeout.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 37144) +++ ChangeLog (revision 37145) @@ -1,3 +1,9 @@ +Fri Oct 12 05:25:00 2012 Zachary Scott <zzak@r...> + + * lib/timeout.rb (timeout): + Remove paragraph on wrong implementation detail. + [ruby-core:47739] [Bug #7088] + Thu Oct 11 23:09:46 2012 Nobuyoshi Nakada <nobu@r...> * string.c (rb_str_sub{seq,pos,str}, rb_str_each_{line,codepoint}): Index: lib/timeout.rb =================================================================== --- lib/timeout.rb (revision 37144) +++ lib/timeout.rb (revision 37145) @@ -41,9 +41,6 @@ # +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+. # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/