mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Fix backticks in Numeric#ceil
This commit is contained in:
parent
cd27337d0b
commit
3e5c4ebe4b
Notes:
git
2025-12-14 18:38:03 +00:00
@ -2621,7 +2621,7 @@ num_floor(int argc, VALUE *argv, VALUE num)
|
||||
* ceil(ndigits = 0) -> float or integer
|
||||
*
|
||||
* Returns the smallest float or integer that is greater than or equal to +self+,
|
||||
* as specified by the given `ndigits`,
|
||||
* as specified by the given +ndigits+,
|
||||
* which must be an
|
||||
* {integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects].
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user