るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.038秒)
トップページ > クエリ:gem[x] > クエリ:SourceIndex[x] > クエリ:source_index[x]

別のキーワード

  1. sourceindex size
  2. sourceindex each
  3. rubygems/source_index sourceindex
  4. sourceindex remove_spec
  5. sourceindex spec_dirs

検索結果

Gem.#source_index -> Gem::SourceIndex (27369.0)

Gem.#path にある Gem::Specification のキャッシュを返します。 インストールされている Gem::Specification のインデックスを返します

...
Gem
.#path にある Gem::Specification のキャッシュを返します。
インストールされている Gem::Specification のインデックスを返します

@see Gem::SourceIndex, Gem::Specification...

Gem::SourceInfoCacheEntry#source_index -> Gem::SourceIndex (21303.0)

このキャッシュエントリに対するソースインデックスです。

このキャッシュエントリに対するソースインデックスです。

Gem::DependencyList.from_source_index(src_index) -> Gem::DependencyList (9258.0)

与えられた Gem::SourceIndex のインスタンスから自身を作成します。

...与えられた Gem::SourceIndex のインスタンスから自身を作成します。

@param src_index Gem::SourceIndex を指定します。

@see Gem::SourceIndex...

Gem::Commands::DependencyCommand#find_gems(name, source_index) -> Hash (9253.0)

与えられた Gem の名前をインデックスから検索します。

...与えられた Gem の名前をインデックスから検索します。

@param name Gem の名前を指定します。

@param source_index Gem::SourceIndex のインスタンスを指定します。

@see Gem::SourceIndex#search...