* 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
This commit is contained in:
parent
e808b2b18f
commit
17821595f1
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 12 05:25:00 2012 Zachary Scott <zzak@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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@ruby-lang.org>
|
Thu Oct 11 23:09:46 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* string.c (rb_str_sub{seq,pos,str}, rb_str_each_{line,codepoint}):
|
* string.c (rb_str_sub{seq,pos,str}, rb_str_each_{line,codepoint}):
|
||||||
|
@ -41,9 +41,6 @@ module Timeout
|
|||||||
# +klass+:: Exception Class to raise if the block fails to terminate
|
# +klass+:: Exception Class to raise if the block fails to terminate
|
||||||
# in +sec+ seconds. Omitting will use the default, Timeout::Error
|
# 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
|
# Returns the result of the block *if* the block completed before
|
||||||
# +sec+ seconds, otherwise throws an exception, based on the value of +klass+.
|
# +sec+ seconds, otherwise throws an exception, based on the value of +klass+.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user