Modify documentation of Numeric

This commit is contained in:
Daniel Bovensiepen
2012-05-06 18:16:02 +08:00
parent 55f143d4e3
commit b032acd6b6
+4 -1
View File
@@ -48,7 +48,10 @@ class Integer
end
end
# include modules
##
# Numeric is comparable
#
# ISO 15.2.7.3
module Comparable; end
class Numeric
include Comparable