From e414a505bb3494df5eb34e19516f1e5eb3fec50f Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 24 Oct 2009 17:01:38 +0000 Subject: * enum.c (enum_flat_map): new method that concatenates the values from given block. also provides alias #collect_concat. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a836c1639..da4dc17cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ Sat Oct 24 13:38:45 2009 Yukihiro Matsumoto * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063] +Sat Oct 24 09:51:28 2009 Yukihiro Matsumoto + + * enum.c (enum_flat_map): new method that concatenates the values + from given block. also provides alias #collect_concat. + Sat Oct 24 00:36:47 2009 Tanaka Akira * io.c (io_cntl): update max file descriptor by the result of -- cgit