class Bundler::Runtime

def cache_path(custom_path = nil)

def cache_path(custom_path = nil)
  path = custom_path || root
  path.join("vendor/cache")
end