# File lib/zip/zip_extra_field.rb, line 98 def initialize(binstr = nil) @uid = 0 @gid = 0 binstr and merge(binstr) end