diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-05-06 18:16:02 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-05-06 18:16:02 +0800 |
| commit | b032acd6b6839b3c819868248b62c14386335591 (patch) | |
| tree | 422839c5e8b021a5b0af831fd0e7f71e444de1f0 /mrblib/numeric.rb | |
| parent | 55f143d4e39545e5a8520f51679364606b2fbef0 (diff) | |
| download | mruby-b032acd6b6839b3c819868248b62c14386335591.tar.gz mruby-b032acd6b6839b3c819868248b62c14386335591.zip | |
Modify documentation of Numeric
Diffstat (limited to 'mrblib/numeric.rb')
| -rw-r--r-- | mrblib/numeric.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mrblib/numeric.rb b/mrblib/numeric.rb index 08600b0bf..9f65d5633 100644 --- a/mrblib/numeric.rb +++ b/mrblib/numeric.rb @@ -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 |
