るりまサーチ

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

別のキーワード

  1. rss source
  2. _builtin source_location
  3. _builtin source_encoding
  4. socket ip_block_source
  5. socket ip_unblock_source

検索結果

Gem.#source_index -> Gem::SourceIndex (18107.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 (6113.0)

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

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

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

@
see Gem::SourceIndex...

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

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

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

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

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

@
see Gem::SourceIndex#search...