git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-03-24 13:51:28 +00:00
parent 0331e42be3
commit f9382d033c

7
NEWS
View file

@ -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.