1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/set.rb (Set#classify): Back out the `group_by' alias.

Better think twice.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2008-06-03 06:13:22 +00:00
parent 54fbbb4884
commit 3bd8032918
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Jun 3 15:12:01 2008 Akinori MUSHA <knu@iDaemons.org>
* lib/set.rb (Set#classify): Back out the `group_by' alias.
Better think twice.
Tue Jun 3 15:00:22 2008 Akinori MUSHA <knu@iDaemons.org>
* lib/set.rb (Set#collect, Set#select): Back out. I thought it

View file

@ -370,7 +370,6 @@ class Set
h
end
alias group_by classify
# Divides the set into a set of subsets according to the commonality
# defined by the given block.