XPath::Expression::Unary
# File lib/xpath/expression.rb, line 78 def to_xpath(predicate=nil) "self::#{@expression.to_xpath(predicate)}" end