# File lib/xpath/expression.rb, line 252
    def is(expression)
      Expression::Is.new(current, expression)
    end