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