mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/set] Improve What's Here links
https://github.com/ruby/set/commit/76b056c3b9
This commit is contained in:
parent
2bd68e32e7
commit
1e04571da0
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@
|
|||
#
|
||||
# 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],
|
||||
# - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here].
|
||||
# - Includes {module Enumerable}[https://docs.ruby-lang.org/en/master/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
|
||||
|
|
Loading…
Reference in a new issue