# File lib/tins/string_version.rb, line 74
      def ==(other)
        (self <=> other).zero?
      end