Method: Bundler::CompactIndexClient::CacheFile#write
- Defined in:
- lib/bundler/compact_index_client/cache_file.rb
#write(data) ⇒ Object
110 111 112 113 114 |
# File 'lib/bundler/compact_index_client/cache_file.rb', line 110 def write(data) reset_digests open {|f| f.write data } commit! end |