method

each

v1_9_3_125 - Show latest stable - Class: REXML::Light::Node
each( &block )
public

No documentation available.

# File lib/rexml/light/node.rb, line 43
      def each( &block )
        size.times { |x| yield( at(x+4) ) }
      end