method
cached_path
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Rubygems
cached_path(spec)protected
No documentation available.
# File lib/bundler/source/rubygems.rb, line 317
def cached_path(spec)
possibilities = @caches.map {|p| "#{p}/#{spec.file_name}" }
possibilities.find {|p| File.exist?(p) }
end