# File lib/hpricot/traverse.rb, line 422 def each_child_with_index(&block) # :yields: child_node, index children.each_with_index(&block) nil end