[前][次][番号順一覧][スレッド一覧]

ruby-changes:70705

From: Nobuyoshi <ko1@a...>
Date: Sun, 2 Jan 2022 15:05:54 +0900 (JST)
Subject: [ruby-changes:70705] 6f53425825 (master): NEWS: Removed constants

https://git.ruby-lang.org/ruby.git/commit/?id=6f53425825

From 6f53425825eb71d71c7fdd424801a2cd6da47e16 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 2 Jan 2022 15:05:02 +0900
Subject: NEWS: Removed constants

---
 NEWS.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index e7f5c40dad0..b29e8f1a0af 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -43,6 +43,12 @@ Note: Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L43
 
 ### Removed methods
 
+The following deprecated constant is removed.
+
+* `Random::DEFAULT`
+* `Struct::Group`
+* `Struct::Passwd`
+
 The following deprecated methods are removed.
 
 * `Dir.exists?`
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]