# File lib/xml/dom2/xpath.rb, line 47 def each_preceding_siblings node = @node yield node while node = node.previousSibling end