るりまサーチ

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

別のキーワード

  1. sourceindex size
  2. sourceindex each
  3. sourceindex outdated
  4. sourceindex spec_dirs
  5. sourceindex remove_spec

検索結果

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

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

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

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

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

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

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

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

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

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

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

@see Gem::SourceIndex...

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

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

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

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

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

@see Gem::SourceIndex#search...