Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
rubygems/uninstallerライブラリ
Gem::Uninstallerクラス
dependencies_ok?
instance method Gem::Uninstaller#dependencies_ok?
dependencies_ok?(spec) -> bool
[
permalink
][
rdoc
]
アンインストール指定された Gem を削除しても依存関係を満たすことができるかどうかチェックします。
[PARAM] spec:
アンインストール指定されている Gem の
Gem::Specification
を指定します。