diff options
| -rw-r--r-- | mrblib/array.rb | 3 |
1 files changed, 1 insertions, 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 |
