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:
parent
0fecf1b37e
commit
f31b7f0522
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
|
@ -306,4 +306,5 @@ class Float
|
|||
Primitive.attr! 'inline'
|
||||
Primitive.cexpr! 'RBOOL(RFLOAT_VALUE(self) < 0.0)'
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue