Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
extension_cache_slug(spec)
private
No documentation available.
# File lib/bundler/source/rubygems.rb, line 533
def extension_cache_slug(spec)
return unless remote = spec.remote
remote.cache_slug
end