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

ruby-changes:66113

From: Burdette <ko1@a...>
Date: Mon, 10 May 2021 16:08:48 +0900 (JST)
Subject: [ruby-changes:66113] 61e4499545 (master): [ruby/set] Adding section: What's Here

https://git.ruby-lang.org/ruby.git/commit/?id=61e4499545

From 61e44995457837d30ccc3e2ae0c18aa1cdaf0c89 Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Mon, 19 Apr 2021 15:54:14 -0500
Subject: [ruby/set] Adding section: What's Here

https://github.com/ruby/set/commit/257dc452a7
---
 lib/set.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/set.rb b/lib/set.rb
index 2536e05..682cb74 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -65,7 +65,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/set.rb#L65
 # ## What's Here
 #
 # First, what's elsewhere. \Set includes the module
-# {Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html],
+# {Enumerable}[rdoc-ref:Enumerable],
 # which provides dozens of additional methods.
 #
 # In particular, class \Set does not have many methods of its own
-- 
cgit v1.1


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

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