From 5f123d920aae1ddd26efc1e562ef232d00432393 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sat, 1 Jul 2006 09:04:51 +0000 Subject: * test/webrick/utils.rb: use Proc#yield instead of Proc#call. [ruby-dev:28914] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2e058607..de25af23e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 1 17:00:42 2006 GOTOU Yuuzou + + * test/webrick/utils.rb: use Proc#yield instead of Proc#call. + [ruby-dev:28914] + Sat Jul 1 15:15:49 2006 Tanaka Akira * test/socket/test_nonblock.rb: add timeout to send/receive -- cgit