Method: XPath::Expression#to_xpath
- Defined in:
- lib/xpath/expression.rb
#to_xpath(type = nil) ⇒ Object Also known as: to_s
17 18 19 |
# File 'lib/xpath/expression.rb', line 17 def to_xpath(type = nil) Renderer.render(self, type) end |