XPath::Expression::Binary
# File lib/xpath/expression.rb, line 112 def to_xpath(predicate=nil) "#{@left.to_xpath(predicate)} = #{@right.to_xpath(predicate)}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.