# File lib/xpath/expression.rb, line 238
    def where(expression)
      Expression::Where.new(current, expression)
    end