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