GemPathSearcherクラスのSEE_ALSOのリンク切れがありました。
niikz opened this issue · 0 comments
niikz commented
概要
Gem::GemPathSearcherクラスのページにリンク切れがありました。
https://docs.ruby-lang.org/ja/latest/class/Gem=3a=3aGemPathSearcher.html
- https://docs.ruby-lang.org/ja/latest/class/Gem=3a=3aGemPathSearcher.html#I_FIND
- [SEE_ALSO] Array#findのリンク
- https://docs.ruby-lang.org/ja/latest/class/Gem=3a=3aGemPathSearcher.html#I_FIND_ALL
- [SEE_ALSO] Array#find_all のリンク
期待される振る舞い
-
https://docs.ruby-lang.org/ja/latest/class/Gem=3a=3aGemPathSearcher.html#I_FIND
- Array#findのリンクは以下に修正するとよさそうです。
https://docs.ruby-lang.org/ja/latest/method/Enumerable/i/detect.html
- Array#findのリンクは以下に修正するとよさそうです。
-
https://docs.ruby-lang.org/ja/latest/class/Gem=3a=3aGemPathSearcher.html#I_FIND_ALL
- Array#find_allのリンクは以下に修正するとよさそうです。
https://docs.ruby-lang.org/ja/latest/method/Enumerable/i/filter.html
- Array#find_allのリンクは以下に修正するとよさそうです。