From f9382d033c03bc2d2d032db87c6bf65e0ab3f4fa Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Mar 2014 13:51:28 +0000 Subject: [PATCH] [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 021429867c..b609ef5926 100644 --- a/NEWS +++ b/NEWS @@ -17,10 +17,9 @@ with all sufficient information, see the ChangeLog file. * Enumerable * Extended methods: - * min - * min_by - * max - * max_by + * min, min_by, max and max_by supports optional argument to return + multiple elements. + * Symbol * New methods * Symbol.find(str) returns whether given string is defined as symbol or not.