# File lib/xpath/expression.rb, line 155 def to_xpath(predicate=nil) "(#{@left.to_xpath(predicate)} or #{@right.to_xpath(predicate)})" end