# File lib/bundler/index.rb, line 93 def ==(o) all? do |s| s2 = o[s].first and (s.dependencies & s2.dependencies).empty? end end