mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Modify documentation of Numeric
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user