るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.064秒)

別のキーワード

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

検索結果

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

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

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

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

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

@see Gem::SourceIndex#search...

Gem::DependencyInstaller#find_gems_with_sources(dep) -> Array (15302.0)

与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。

...::Specification のインスタンスと URI のペアのリストを
返します。

Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先にきます。

@par...
...am dep Gem::Dependency のインスタンスを指定します。...