# File lib/zip/zip.rb, line 732
    def <=> (other)
      return to_s <=> other.to_s
    end