method
each
v1_8_7_72 -
Show latest stable
- Class:
REXML::Light::Node
each( &block )public
No documentation available.
# File lib/rexml/light/node.rb, line 44
def each( &block )
size.times { |x| yield( at(x+4) ) }
end