# File lib/xml/dom2/xpath.rb, line 42 def each_following_siblings node = @node yield node while node = node.nextSibling end