class Bundler::Index

def each(&blk)

def each(&blk)
  specs.values.each do |specs|
    specs.each(&blk)
  end
end