# File lib/cft/puppet/transportable.rb, line 27
def
each_obj
flatten
.
each
{
|
to
|
yield
(
to
) }
end