method
names
v2_6_3 -
Show latest stable
- Class:
Bundler::CompactIndexClient
names()public
No documentation available.
# File lib/bundler/compact_index_client.rb, line 39
def names
Bundler::CompactIndexClient.debug { "/names" }
update(@cache.names_path, "names")
@cache.names
end