# File lib/libxml/namespace.rb, line 35
def
each
ns
=
self
while
ns
yield
ns
ns
=
ns
.
next
end
end