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

ruby-changes:66114

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

https://git.ruby-lang.org/ruby.git/commit/?id=0a74547942

From 0a7454794270e96b30d9308f05615939bd3afffa Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Mon, 19 Apr 2021 13:39:33 -0500
Subject: [ruby/set] Adding section: What's Here

https://github.com/ruby/set/commit/8f4c62768d
---
 lib/set.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/set.rb b/lib/set.rb
index a85dbb1..2536e05 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -64,7 +64,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/set.rb#L64
 #
 # ## What's Here
 #
-# First, what's elsewhere. \Set includes the module Enumerable,
+# First, what's elsewhere. \Set includes the module
+# {Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html],
 # 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/

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