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