diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-05 00:20:05 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-05 00:20:05 +0000 |
| commit | c86a4b38e06e6e4dafd11580e739c365e3a73ed9 (patch) | |
| tree | def1cede9f98c3b084b00c3d937f4a7fb58af150 /ChangeLog | |
| parent | e4ec6e9ec0fb58b24be00930c8c0e57342a439e3 (diff) | |
| download | ruby-c86a4b38e06e6e4dafd11580e739c365e3a73ed9.tar.gz ruby-c86a4b38e06e6e4dafd11580e739c365e3a73ed9.tar.xz ruby-c86a4b38e06e6e4dafd11580e739c365e3a73ed9.zip | |
* lib/timeout.rb (Timeout.timeout): should return the block value always.
* lib/timeout.rb (Timeout.timeout): should yield sec argument always.
* lib/timeout.rb (Timeout.timeout): fix document.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Mon Mar 5 09:19:33 2007 Minero Aoki <aamine@loveruby.net> + + * lib/timeout.rb (Timeout.timeout): should return the block value + always. + + * lib/timeout.rb (Timeout.timeout): should yield sec argument + always. + + * lib/timeout.rb (Timeout.timeout): fix document. + Mon Mar 5 09:16:40 2007 Minero Aoki <aamine@loveruby.net> * lib/net/smtp.rb: support automatic STARTTLS. |
