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