Sha256: 6631df457b98e40e81d0dd33800e45d0a081e4c1d53504108b404a4e08ff4af8
Contents?: true
Size: 408 Bytes
Versions: 124
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true module Bundler class Resolver class Incompatibility < PubGrub::Incompatibility attr_reader :extended_explanation def initialize(terms, cause:, custom_explanation: nil, extended_explanation: nil) @extended_explanation = extended_explanation super(terms, :cause => cause, :custom_explanation => custom_explanation) end end end end
Version data entries
124 entries across 124 versions & 4 rubygems