method
gem_cache
ruby latest stable - Class:
Bundler::RubygemsIntegration
gem_cache()public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 183
def gem_cache
gem_path.map {|p| File.expand_path("cache", p) }
end