summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-14 07:04:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-14 07:04:30 +0000
commit8ca8703de2a124e11bd87abe84c41553b0daed54 (patch)
treefb86fc2d237773ad2d874bb9426372fa701b26f9 /NEWS
parent4f56ca8218e4cd02a8de43ca78d9a1c78d278067 (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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0059fde9c8..aeb1bcdf22 100644
--- a/NEWS
+++ b/NEWS
@@ -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