Exclude 'Ruby' and 'Set' from RDoc's autolinking

This commit is contained in:
Stan Lo 2024-12-31 12:23:38 +00:00 committed by Nobuyoshi Nakada
parent e2081861ae
commit 8e34346afe
Notes: git 2025-01-02 02:05:55 +00:00

View File

@ -11,3 +11,7 @@ rdoc_include:
exclude:
- lib/irb
- .gemspec
autolink_excluded_words:
- Ruby
- Set