Open o-smirnov opened 2 months ago
=ancestral.foo should refer to recipe.foo if defined, else the parent's recipe.foo, so on all the way up.
=ancestral.foo
recipe.foo
=ancestral.foo
should refer torecipe.foo
if defined, else the parent'srecipe.foo
, so on all the way up.