# File lib/xpath/expression.rb, line 271
    def inverse
      Expression::Inverse.new(current)
    end