# File lib/soap/property.rb, line 138
def
each
@store
.
each
do
|
key
,
value
|
yield
(
key
,
value
)
end
end