XPath::Expression
# File lib/xpath/expression.rb, line 194 def initialize(name) @name = name end
# File lib/xpath/expression.rb, line 198 def to_xpath(predicate=nil) "%{#{@name}}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.