# File lib/bundler/finder.rb, line 15
    def initialize(*sources)
      @cache   = {}
      @index   = {}
      @sources = sources
    end