Method: Gem::Resolver::InstallerSet#add_local
- Defined in:
- lib/rubygems/resolver/installer_set.rb
#add_local(dep_name, spec, source) ⇒ Object
Adds a local gem requested using dep_name with the given spec that can be loaded and installed using the source.
106 107 108 |
# File 'lib/rubygems/resolver/installer_set.rb', line 106 def add_local(dep_name, spec, source) @local[dep_name] = [spec, source] end |