るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.017秒)
トップページ > クエリ:format[x] > ライブラリ:rubygems/dependency_installer[x]

別のキーワード

  1. benchmark format
  2. logger datetime_format
  3. logger datetime_format=
  4. tms format
  5. ipaddr in6format

種類

クラス

キーワード

検索結果

Gem::DependencyInstaller.new(options = {}) -> Gem::DependencyInstaller (8.0)

自身を初期化します。

...署名付きの Gem のみをインストールするポリシーが指定されている場合は上記のチェックを
実行します。
: :format_executable
Gem::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールしません...

Gem::DependencyInstaller::DEFAULT_OPTIONS -> Hash (8.0)

自身を初期化する際に使用するデフォルトのオプションです。

...オプションです。

:env_shebang => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenSSL. AlmostN...