Method: Bundler::Index#initialize
- Defined in:
- lib/bundler/index.rb
#initialize ⇒ Index
Returns a new instance of Index.
19 20 21 22 23 24 |
# File 'lib/bundler/index.rb', line 19 def initialize @sources = [] @cache = {} @specs = {} @duplicates = {} end |