# File lib/more/facets/version.rb, line 72 def =~( other ) #other = other.to_t upver = other.dup upver[0] += 1 @self >= other and @self < upver end