Method: XPath::Expression#where
- Defined in:
- lib/xpath/expression.rb
#where(expression) ⇒ Object Also known as: []
231 232 233 |
# File 'lib/xpath/expression.rb', line 231 def where(expression) Expression::Where.new(current, expression) end |