Flowdock
each( &block ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/light/node.rb, line 43
      def each( &block )
        size.times { |x| yield( at(x+4) ) }
      end
Register or log in to add new notes.