# File lib/zip/zip.rb, line 1812
    def to_local_bin
      s = ""
      each { |k, v|
        s << v.to_local_bin
      }
      s
    end