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

ruby-changes:66964

From: BurdetteLamar <ko1@a...>
Date: Thu, 29 Jul 2021 14:50:32 +0900 (JST)
Subject: [ruby-changes:66964] 2bd68e32e7 (master): [ruby/set] Improve What's Here links

https://git.ruby-lang.org/ruby.git/commit/?id=2bd68e32e7

From 2bd68e32e7c51ccce046264686a367126c6baf01 Mon Sep 17 00:00:00 2001
From: BurdetteLamar <BurdetteLamar@Y...>
Date: Mon, 21 Jun 2021 14:33:02 -0500
Subject: [ruby/set] Improve What's Here links

https://github.com/ruby/set/commit/dd787a3988
---
 lib/set.rb | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lib/set.rb b/lib/set.rb
index 0179b52..50d29b0 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -64,9 +64,11 @@ https://github.com/ruby/ruby/blob/trunk/lib/set.rb#L64
 #
 # ## What's Here
 #
-# First, what's elsewhere. \Set includes the module
-# {Enumerable}[rdoc-ref:Enumerable],
-# which provides dozens of additional methods.
+#  First, what's elsewhere. \Class \Set:
+#
+# - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
+# - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
+#   which provides dozens of additional methods.
 #
 # In particular, class \Set does not have many methods of its own
 # for fetching or for iterating.
-- 
cgit v1.1


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

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