diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-02-07 08:14:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-02-07 08:14:10 +0000 |
commit | 673dc51c251588be3c9f4b5b5486cd80d46dfeee (patch) | |
tree | 9e26efcb7b1858e6fb477f28b229b8326301adad /NEWS | |
parent | e0f1b514d2f78fe5ea17ddf240307cafbf47fccf (diff) |
enum.c: Enumerable#tally
* enum.c (enum_tally): new methods Enumerable#tally, which group
and count elements of the collection. [Feature #11076]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,12 @@ sufficient information, see the ChangeLog file or Redmine === Core classes updates (outstanding ones only) +Enumerable:: + + New method:: + + * Added Enumerable#tally. [Feature #11076] + === Stdlib updates (outstanding ones only) CSV:: |