method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::CompactIndexClient::Cache
new(directory)public
No documentation available.
# File lib/bundler/compact_index_client/cache.rb, line 8
def initialize(directory)
@directory = Pathname.new(directory).expand_path
info_roots.each do |dir|
SharedHelpers.filesystem_access(dir) do
FileUtils.mkdir_p(dir)
end
end
end