From: Yukihiro "Matz" Matsumoto Date: Sun, 30 Mar 2014 15:50:16 +0000 (+0900) Subject: according to JIS/ISO, Array is not Comparable X-Git-Tag: 1.1.0~679 X-Git-Url: https://repo.or.cz/mruby.git/commitdiff_plain/a85fdbdba4593271aa2c4500670f4b0c636e2908 according to JIS/ISO, Array is not Comparable --- 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