Method: Bundler::CompactIndexClient.debug

Defined in:
lib/bundler/compact_index_client.rb

.debugObject



40
41
42
43
# File 'lib/bundler/compact_index_client.rb', line 40

def self.debug
  return unless ENV["DEBUG_COMPACT_INDEX"]
  DEBUG_MUTEX.synchronize { warn("[#{self}] #{yield}") }
end