# File lib/zip/zipfilesystem.rb, line 110 def gid e = get_entry if e.extra.member? "IUnix" e.extra["IUnix"].gid || 0 else 0 end end