class ChefCLI::Policyfile::AttributeMergeChecker::ConflictError
def initialize(attribute_path, provided_by)
def initialize(attribute_path, provided_by) @attribute_path = attribute_path @provided_by = provided_by super("Attribute '#{attribute_path}' provided conflicting values by the following sources #{provided_by}") end