diff options
author | Burdette Lamar <[email protected]> | 2021-11-15 13:52:23 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-15 13:52:23 -0600 |
commit | f31b7f0522e4abfea61f6a74b859205b2b5f8ade (patch) | |
tree | d57e4e4832c7cc7c44979fd766265f47c1327171 /numeric.rb | |
parent | 0fecf1b37e2030def285a031f2e5aa374e00cc90 (diff) |
Enhanced RDoc for Integer (#5118)
Treats:
#allbits?
#anybits?
#nobits?
#succ
#pred
#chr`
#to_s
#+
#-
Notes
Notes:
Merged-By: BurdetteLamar <[email protected]>
Diffstat (limited to 'numeric.rb')
-rw-r--r-- | numeric.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numeric.rb b/numeric.rb index b9e8dd5fab..08b31ac307 100644 --- a/numeric.rb +++ b/numeric.rb @@ -306,4 +306,5 @@ class Float Primitive.attr! 'inline' Primitive.cexpr! 'RBOOL(RFLOAT_VALUE(self) < 0.0)' end + end |