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