diff options
| -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. |
