るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.015秒)
トップページ > 種類:インスタンスメソッド[x] > ライブラリ:rubygems[x] > クエリ:spec[x] > バージョン:2.6.0[x] > クラス:Gem::RemoteFetcher[x]

別のキーワード

  1. format spec
  2. format spec=
  3. installer spec
  4. oldformat spec
  5. oldformat spec=

検索結果

Gem::RemoteFetcher#download(spec, source_uri, install_dir = Gem.dir) -> String (331.0)

source_uri から取得した Gem パッケージをキャッシュディレクトリに配置します。

...スを指定します。

@param source_uri 取得先の URI を指定します。

@param install_dir ダウンロードしたファイルの配置先を指定します。

@return ローカルにコピーした Gem ファイルのパスを返します。

@raise Gem::RemoteFetcher::FetchError...