# File lib/soap/baseData.rb, line 771
def
each
@data
.
each
do
|
data
|
yield
(
data
)
end
end