From e04c75dd68a6c8d0c5fc82610c24d65819b654cc Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 8 Jun 2005 03:30:56 +0000 Subject: * array.c (rb_ary_nitems): add the block feature to Array#nitems. suggested by Bertram Scharpf in [ruby-talk:134083]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ccd39a24d..1cbd1eca8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 8 12:25:59 2005 Yukihiro Matsumoto + + * array.c (rb_ary_nitems): add the block feature to Array#nitems. + suggested by Bertram Scharpf in + [ruby-talk:134083]. + Wed Jun 8 11:11:34 2005 Yukihiro Matsumoto * bignum.c (get2comp): revert all prior changes, and calculate -- cgit