# File lib/bundler/spec_set.rb, line 12 def initialize(specs) @specs = specs.sort_by { |s| s.name } end