# File lib/autumn/foliater.rb, line 65
def
each_stem
@leaves
.
each
{
|
leaf
|
yield
leaf
}
end