25 26 27 28
# File 'lib/zip/extra_field/unix.rb', line 25 def ==(other) @uid == other.uid && @gid == other.gid end