From a85fdbdba4593271aa2c4500670f4b0c636e2908 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 31 Mar 2014 00:50:16 +0900 Subject: according to JIS/ISO, Array is not Comparable --- mrblib/array.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mrblib/array.rb b/mrblib/array.rb index f3c7967cb..a7f172879 100644 --- a/mrblib/array.rb +++ b/mrblib/array.rb @@ -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 -- cgit v1.2.3