From 585e3d7772c7282559e528c1c8e7622d2809e632 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 22 Apr 2008 15:23:01 +0000 Subject: * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cba95ed87..93c11a92e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 23 00:18:45 2008 Kazuhiro NISHIYAMA + + * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve + tests of Symbol#to_proc. + Tue Apr 22 22:40:57 2008 Yukihiro Matsumoto * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): should @@ -1006,7 +1011,7 @@ Thu Mar 20 21:20:19 2008 Tadayoshi Funaba * rational.c: some improvements (include Shin-ichiro HARA's effort). - * complex.c: some improvemtns. + * complex.c: some improvements. * test/ruby/test_rational2.rb: new. -- cgit