method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::VersionConflict
new(conflicts, msg = nil)public
No documentation available.
# File lib/bundler/errors.rb, line 27
def initialize(conflicts, msg = nil)
super(msg)
@conflicts = conflicts
end