mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Doc fixes
This commit is contained in:
parent
ae6a2d0641
commit
a57b4340d0
2 changed files with 5 additions and 13 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.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue