Method: Zip::ExtraField::NTFS#==
- Defined in:
- lib/zip/extra_field/ntfs.rb
#==(other) ⇒ Object
37 38 39 40 41 |
# File 'lib/zip/extra_field/ntfs.rb', line 37 def ==(other) @mtime == other.mtime && @atime == other.atime && @ctime == other.ctime end |