class XPath::Expression
Attributes
Public Class Methods
Source
# File lib/xpath/expression.rb, line 8 def initialize(expression, *arguments) @expression = expression @arguments = arguments end
Public Instance Methods
Source
# File lib/xpath/expression.rb, line 17 def to_xpath(type = nil) Renderer.render(self, type) end
Also aliased as: to_s