Method: Zip::ZipEntrySet#==
- Defined in:
- lib/zip/zip.rb
#==(other) ⇒ Object
722 723 724 725 |
# File 'lib/zip/zip.rb', line 722 def == (other) return false unless other.kind_of?(ZipEntrySet) return @entrySet == other.entrySet end |
722 723 724 725 |
# File 'lib/zip/zip.rb', line 722 def == (other) return false unless other.kind_of?(ZipEntrySet) return @entrySet == other.entrySet end |