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