# File lib/bundler/index.rb, line 51 def initialize_copy(o) super @cache = {} @specs = Hash.new { |h,k| h[k] = [] } merge!(o) end