るりまサーチ

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

別のキーワード

  1. remotefetcher download
  2. rubygems/remote_fetcher download
  3. download gem::specification
  4. download gem::remotefetcher
  5. download rubygems/remote_fetcher

ライブラリ

クラス

検索結果

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

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

...ファイルを置き換えます。

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

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

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

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

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