diff options
author | Stan Lo <[email protected]> | 2024-12-31 12:24:09 +0000 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-02 11:05:33 +0900 |
commit | 2dd4801e9c09cf6da00281cd04c74e001796779a (patch) | |
tree | 17e28a7c1d587c4605b2bb0e6e9a862478de154e /doc/standard_library.md | |
parent | 8e34346afeb3dcce69b128d7db2025d2318b52f4 (diff) |
Update 'Set's references in docs
- When linking to 'Set', we should use `rdoc-ref:Set` explicitly.
- "Set"'s normal usages don't need to be escaped anymore.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12491
Diffstat (limited to 'doc/standard_library.md')
-rw-r--r-- | doc/standard_library.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.md b/doc/standard_library.md index 2035e84ab3..ec1303f10b 100644 --- a/doc/standard_library.md +++ b/doc/standard_library.md @@ -59,7 +59,7 @@ of each. - Reline ([GitHub][reline]): GNU Readline and Editline in a pure Ruby implementation - Resolv ([GitHub][resolv]): Thread-aware DNS resolver library in Ruby - SecureRandom ([GitHub][securerandom]): Interface for a secure random number generator -- Set ([GitHub][set]): Provides a class to deal with collections of unordered, unique values +- [Set](rdoc-ref:Set) ([GitHub][set]): Provides a class to deal with collections of unordered, unique values - Shellwords ([GitHub][shellwords]): Manipulates strings with the word parsing rules of the UNIX Bourne shell - Singleton ([GitHub][singleton]): Implementation of the Singleton pattern for Ruby - Tempfile ([GitHub][tempfile]): A utility class for managing temporary files |