From 457971f4e243a76084d06ae840f4218b7a2062a3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 3 Oct 2023 14:42:47 +0900 Subject: [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. --- process.c | 1 + 1 file changed, 1 insertion(+) (limited to 'process.c') diff --git a/process.c b/process.c index 4f3d72cf68..85f1fca467 100644 --- a/process.c +++ b/process.c @@ -7836,6 +7836,7 @@ get_clk_tck(void) * Process.times * # => # * + * The precision is platform-defined. */ VALUE -- cgit v1.2.3