class ChefCLI::Policyfile::AttributeMergeChecker::Leaf
@api private
been provided, along with its value and by who
A Leaf is used to mark an individual attribute that has already
def initialize(provided_by, val)
def initialize(provided_by, val) @provided_by = provided_by @val = val end