Flowdock
method

activate_dep

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Gem
activate_dep(dep, *requirements) public

No documentation

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

Hide source
# File lib/rubygems.rb, line 238
  def self.activate_dep dep, *requirements # :nodoc:
    dep.to_spec.activate
  end
Register or log in to add new notes.