# File lib/bundler/errors.rb, line 27 def initialize(conflicts, msg = nil) super(msg) @conflicts = conflicts end