class Bundler::Index

def initialize

def initialize
  @cache = {}
  @specs = Hash.new { |h,k| h[k] = [] }
end