From 6c0f713eea561b0714cfaa179a4405d018c5dabe Mon Sep 17 00:00:00 2001 From: Ippei Obayashi Date: Sat, 31 Aug 2024 20:31:31 +0900 Subject: [PATCH] =?UTF-8?q?Random::DEFAULT=20=E3=81=8C=203.2=20=E3=81=A7?= =?UTF-8?q?=E5=BB=83=E6=AD=A2=E3=81=95=E3=82=8C=E3=82=8B=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- refm/api/src/_builtin/Random | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refm/api/src/_builtin/Random b/refm/api/src/_builtin/Random index 844ff8ce0b..0a6ddf0dd3 100644 --- a/refm/api/src/_builtin/Random +++ b/refm/api/src/_builtin/Random @@ -376,7 +376,7 @@ C言語レベルで定義されている構造体MTの静的変数default_rand --- DEFAULT -> Random #@end -Ruby 3.0 から非推奨です。代わりに Random クラスオブジェクトを擬似乱数生成器として使用してください。 +Ruby 3.0 から非推奨で,3.2で廃止されます。代わりに Random クラスオブジェクトを擬似乱数生成器として使用してください。 #@since 3.0