diff options
author | BurdetteLamar <[email protected]> | 2024-07-07 22:43:23 +0100 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-07-08 14:35:29 -0400 |
commit | a57b4340d000ce88c5b05516bc6bcd94fb360ab1 (patch) | |
tree | c1f02ece67f9d9a530973d2d92b290c41e0943cb /numeric.c | |
parent | ae6a2d06411762408bdee07e9105f940d76a870b (diff) |
Doc fixes
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5805,8 +5805,6 @@ int_floor(int argc, VALUE* argv, VALUE num) * | -4 | 10000 | 10000 | * | -5 | 100000 | 100000 | * - * <br> - * * Examples with negative `self`: * * | ndigits | Granularity | -1234.ceil(ndigits) | @@ -5817,8 +5815,6 @@ int_floor(int argc, VALUE* argv, VALUE num) * | -4 | 10000 | 0 | * | -5 | 100000 | 0 | * - * <br> - * * Related: Integer#floor. */ |