XPath::Expression::Binary
# File lib/xpath/expression.rb, line 225 def to_xpath(predicate=nil) "#{@left.to_xpath}#{@right.to_xpath}" end