From 1600abf840481b5ce0696dbbb97e694435d9e3a5 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 Oct 2009 10:07:24 +0000 Subject: * struct.c (rb_struct_select): Struct#select should return enumerator when no block given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e74f755b9..33124ba8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 6 18:56:09 2009 Yukihiro Matsumoto + + * struct.c (rb_struct_select): Struct#select should return + enumerator when no block given. + Tue Oct 6 06:26:00 2009 Hidetoshi NAGAI * * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE *** -- cgit