We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c2338d + 76b056c commit 008b130Copy full SHA for 008b130
lib/set.rb
@@ -64,9 +64,11 @@
64
#
65
# ## What's Here
66
67
-# First, what's elsewhere. \Set includes the module
68
-# {Enumerable}[rdoc-ref:Enumerable],
69
-# which provides dozens of additional methods.
+# First, what's elsewhere. \Class \Set:
+#
+# - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here].
70
+# - Includes {module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html#module-Enumerable-label-What-27s+Here],
71
+# which provides dozens of additional methods.
72
73
# In particular, class \Set does not have many methods of its own
74
# for fetching or for iterating.
0 commit comments