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