diff options
author | BurdetteLamar <[email protected]> | 2021-06-21 14:33:02 -0500 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-29 14:18:42 +0900 |
commit | 2bd68e32e7c51ccce046264686a367126c6baf01 (patch) | |
tree | f3217c9f179915c81ac349a185fa765b4f0509cb /lib/set.rb | |
parent | 899194f3a6e29626460084a8594d5c52a0b1f006 (diff) |
[ruby/set] Improve What's Here links
https://github.com/ruby/set/commit/dd787a3988
Diffstat (limited to 'lib/set.rb')
-rw-r--r-- | lib/set.rb | 8 |
1 files 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. |