summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 11:24:51 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 11:24:51 +0000
commitd3c6462788dc69c74f29e76007448cd4e4e787d2 (patch)
tree2224048d81aaf53c0c847614aa7d79ab98105bf0 /NEWS
parent945f4df6a8c9eadd9b17558b2b374110b5ac3128 (diff)
describe Enumerable#chunk and Enumerable#slice_before.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25055 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 e606014042..77d15b15e5 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
* New method:
* Enumerable#join
+ * Enumerable#chunk
+ * Enumerable#slice_before
* Enumerator
* new methods: