From 3bd80329185c4596ae069fbfa655417d8caae2bf Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 3 Jun 2008 06:13:22 +0000 Subject: * 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 --- lib/set.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/set.rb') diff --git a/lib/set.rb b/lib/set.rb index 4cba96e9e2..b6988b6c77 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -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. -- cgit v1.2.3