From ddd155842fb4fd96a028836d926bae7501cbd985 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 18 May 2014 00:06:05 +0000 Subject: * enum.c: Enumerable#slice_after implemented. * enumerator.c: Enumerator::Lazy#slice_after implemented. Requested by Tsuyoshi Sawada. [ruby-core:58123] [Feature #9071] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4cc997faf3..ed251dcb06 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ with all sufficient information, see the ChangeLog file. === Core classes updates (outstanding ones only) * Enumerable + * New methods: + * Enumerable#slice_after * Extended methods: * min, min_by, max and max_by supports optional argument to return multiple elements. -- cgit v1.2.1