according to JIS/ISO, Array is not Comparable
authorYukihiro "Matz" Matsumoto <[email protected]>
Sun, 30 Mar 2014 15:50:16 +0000 (31 00:50 +0900)
committerYukihiro "Matz" Matsumoto <[email protected]>
Sun, 30 Mar 2014 15:50:16 +0000 (31 00:50 +0900)
mrblib/array.rb

index f3c7967..a7f1728 100644 (file)
@@ -112,11 +112,10 @@ class Array
 end
 
 ##
-# Array is enumerable and comparable
+# Array is enumerable
 class Array
   # ISO 15.2.12.3
   include Enumerable
-  include Comparable
 
   ##
   # Sort all elements and replace +self+ with these