diff options
author | Burdette Lamar <[email protected]> | 2021-04-19 15:54:14 -0500 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-10 16:08:29 +0900 |
commit | 61e44995457837d30ccc3e2ae0c18aa1cdaf0c89 (patch) | |
tree | 7cc84d81cc3c791461c36fa421e5be8eab0f8ffc /lib/set.rb | |
parent | 0a7454794270e96b30d9308f05615939bd3afffa (diff) |
[ruby/set] Adding section: What's Here
https://github.com/ruby/set/commit/257dc452a7
Diffstat (limited to 'lib/set.rb')
-rw-r--r-- | lib/set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set.rb b/lib/set.rb index 2536e05acc..682cb74897 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -65,7 +65,7 @@ # ## What's Here # # First, what's elsewhere. \Set includes the module -# {Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html], +# {Enumerable}[rdoc-ref:Enumerable], # which provides dozens of additional methods. # # In particular, class \Set does not have many methods of its own |