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