repo.or.cz
/
mruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
2a1273d
)
according to JIS/ISO, Array is not Comparable
author
Yukihiro "Matz" Matsumoto
<
[email protected]
>
Sun, 30 Mar 2014 15:50:16 +0000
(31
00:50
+0900)
committer
Yukihiro "Matz" Matsumoto
<
[email protected]
>
Sun, 30 Mar 2014 15:50:16 +0000
(31
00:50
+0900)
mrblib/array.rb
patch
|
blob
|
blame
|
history
diff --git
a/mrblib/array.rb
b/mrblib/array.rb
index
f3c7967
..
a7f1728
100644
(file)
--- 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