Method: Bundler::CompactIndexClient.debug
- Defined in:
- lib/bundler/compact_index_client.rb
.debug ⇒ Object
45 46 47 48 |
# File 'lib/bundler/compact_index_client.rb', line 45 def self.debug return unless ENV["DEBUG_COMPACT_INDEX"] DEBUG_MUTEX.synchronize { warn("[#{self}] #{yield}") } end |