るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.014秒)
トップページ > クエリ:sources[x] > クエリ:update_sources[x] > 種類:ライブラリ[x]

別のキーワード

  1. rubygems/defaults default_sources
  2. configfile update_sources
  3. rss dc_sources
  4. configfile update_sources=
  5. gem default_sources

検索結果

rubygems (19.0)

RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。

...作を変更することができます。

例:

---
:backtrace: false
:benchmark: false
:bulk_threshold: 1000
:sources:
- https://rubygems.org
:update_sources: true
:verbose: true
gemhome: /home/hoge/.gems
gempath:
- /usr/local/lib/ruby/gems/1.9
gem: --no-rdoc --no-ri


=...