# File lib/xml/dom2/nodelist.rb, line 82
def
each
@nodes
.
each
do
|
value
|
yield
(
value
)
end
end