Skip to content

Commit

Permalink
Merge pull request #2853 from niikz/fix-gempathsearcher-link
Browse files Browse the repository at this point in the history
Gem::GemPathSearcherクラスの[SEE_ALSO]リンクを修正
  • Loading branch information
znz authored May 21, 2024
2 parents 511beff + 616475a commit 17a7847
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions refm/api/src/rubygems/gem_path_searcher.rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Gem パッケージに含まれているファイルのうちロード可能な

与えられたパスにマッチする [[c:Gem::Specification]] を一つだけ返します。

@see [[m:Array#find]]
@see [[m:Enumerable#find]]

--- find_all(path) -> [Gem::Specification]

与えられたパスにマッチする [[c:Gem::Specification]] を全て返します。

@see [[m:Array#find_all]]
@see [[m:Enumerable#find_all]]

--- init_gemspecs -> [Gem::Specification]

Expand Down Expand Up @@ -57,5 +57,3 @@ Gem パッケージに含まれているファイルのうちロード可能な
--- new -> Gem::GemPathSearcher

検索を行うのに必要なデータを初期化します。


0 comments on commit 17a7847

Please sign in to comment.