From 696bb855a6544bf66553e5e3334f55d5b9216cf1 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 23 Sep 2009 11:24:51 +0000 Subject: describe Enumerable#chunk and Enumerable#slice_before. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e60601404..77d15b15e 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: -- cgit