Method: Zip::ExtraField::IUnix#==

Defined in:
lib/zip/extra_field/unix.rb

#==(other) ⇒ Object



25
26
27
28
# File 'lib/zip/extra_field/unix.rb', line 25

def ==(other)
  @uid == other.uid &&
    @gid == other.gid
end