diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-14 07:04:30 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-14 07:04:30 +0000 |
commit | 8ca8703de2a124e11bd87abe84c41553b0daed54 (patch) | |
tree | fb86fc2d237773ad2d874bb9426372fa701b26f9 /NEWS | |
parent | 4f56ca8218e4cd02a8de43ca78d9a1c78d278067 (diff) |
* enum.c (enum_count, enum_find_index): New methods:
Enumerable#count and #find_index; backported from 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ with all sufficient information, see the ChangeLog file. New methods for various enumeration defined by the enumerator library. + * Enumerator#count + * Enumerable#find_index * Enumerable#first * Enumerable#group_by |