Flowdock
method

dependencies_ok?

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Uninstaller
dependencies_ok?(spec) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/uninstaller.rb, line 240
  def dependencies_ok?(spec)
    return true if @force_ignore

    deplist = Gem::DependencyList.from_specs
    deplist.ok_to_remove?(spec.full_name)
  end
Register or log in to add new notes.