method

cached_path

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