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