# File lib/xpath/expression.rb, line 243
    def one_of(*expressions)
      Expression::OneOf.new(current, expressions)
    end