method
download
v2_2_9 -
Show latest stable
- Class:
Gem::Source::Local
download(spec, cache_dir = nil)public
No documentation available.
# File lib/rubygems/source/local.rb, line 110
def download spec, cache_dir = nil # :nodoc:
load_specs :complete
@specs.each do |name, data|
return data[0] if data[1].spec == spec
end
raise Gem::Exception, "Unable to find file for '#{spec.full_name}'"
end