Method: Zip::ExtraField::OldUnix#==
- Defined in:
- lib/zip/extra_field/old_unix.rb
#==(other) ⇒ Object
33 34 35 36 37 38 |
# File 'lib/zip/extra_field/old_unix.rb', line 33 def ==(other) @uid == other.uid && @gid == other.gid && @atime == other.atime && @mtime == other.mtime end |