From 2bd68e32e7c51ccce046264686a367126c6baf01 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Mon, 21 Jun 2021 14:33:02 -0500 Subject: [PATCH] [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 0179b52101..50d29b0adf 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -64,9 +64,11 @@ # # ## 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.