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/dd787a3988
This commit is contained in:
parent
899194f3a6
commit
2bd68e32e7
1 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue