# File lib/zip/zip.rb, line 1667 def to_local_bin s = pack_for_local self.class.const_get(:HEADER_ID) + [s.length].pack("v") + s end