class ChefCLI::Policyfile::AttributeMergeChecker::AttributeHashInfo
An AttributeHashInfo holds a set of attributes along with where they came from
def initialize(source_name, hash)
def initialize(source_name, hash) @source_name = source_name @hash = hash end