# File lib/bundler/compact_index_client/updater.rb, line 92 def etag_for(path) sum = checksum_for_file(path) sum ? %("#{sum}") : nil end