るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.017秒)
トップページ > クエリ:IO[x] > ライブラリ:rubygems[x] > クエリ:gem[x] > バージョン:3.0[x] > クラス:Gem::GemPathSearcher[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io readlines
  5. io each_line

キーワード

検索結果

Gem::GemPathSearcher#init_gemspecs -> [Gem::Specification] (37006.0)

インストール済みの Gem の Gem::Specification のリストを返します。

インストール済みの Gem の Gem::Specification のリストを返します。

リストはアルファベット順かつバージョンの新しい順にソートされています。

Gem::GemPathSearcher#find(path) -> Gem::Specification | nil (18658.0)

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

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

@see Enumerable#find

Gem::GemPathSearcher#find_all(path) -> [Gem::Specification] (18658.0)

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

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

@see Enumerable#find_all