class Bundler::CompactIndexClient

def info(name)

def info(name)
  Bundler::CompactIndexClient.debug { "info(#{name})" }
  @parser.info(name)
end