class Bundler::Index
def initialize
def initialize @sources = [] @cache = {} @specs = Hash.new { |h,k| h[k] = Hash.new } @all_specs = Hash.new { |h,k| h[k] = [] } end
def initialize @sources = [] @cache = {} @specs = Hash.new { |h,k| h[k] = Hash.new } @all_specs = Hash.new { |h,k| h[k] = [] } end