1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enhanced RDoc for Integer (#5118)

Treats:

#allbits?
#anybits?
#nobits?
#succ
#pred
#chr`
#to_s
#+
#-
This commit is contained in:
Burdette Lamar 2021-11-15 13:52:23 -06:00 committed by GitHub
parent 0fecf1b37e
commit f31b7f0522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-11-16 04:52:43 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
2 changed files with 140 additions and 69 deletions

View file

@ -306,4 +306,5 @@ class Float
Primitive.attr! 'inline'
Primitive.cexpr! 'RBOOL(RFLOAT_VALUE(self) < 0.0)'
end
end