# File lib/xml/xpath.rb, line 754 def %(other) n = other.to_f f = @value % n f = -f if @value < 0 f = -f if n < 0 @value = f self end