Method: Zip::ZipEntrySet#==
- Defined in:
- lib/pik/contrib/zip/zip.rb
#==(other) ⇒ Object
1134 1135 1136 1137 |
# File 'lib/pik/contrib/zip/zip.rb', line 1134 def == (other) return false unless other.kind_of?(ZipEntrySet) return @entrySet == other.entrySet end |