mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] State the precision of Process.times
as platform-defined
Remove the bad example that can lead to misunderstanding as if this precision is defined in Ruby.
This commit is contained in:
parent
8be9138de2
commit
457971f4e2
2 changed files with 1 additions and 27 deletions
|
@ -7836,6 +7836,7 @@ get_clk_tck(void)
|
|||
* Process.times
|
||||
* # => #<struct Process::Tms utime=55.122118, stime=35.533068, cutime=0.0, cstime=0.002846>
|
||||
*
|
||||
* The precision is platform-defined.
|
||||
*/
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue