Method: Zip::ZipEntry#<=>
- Defined in:
- lib/zip/zip.rb
#<=>(other) ⇒ Object
738 739 740 |
# File 'lib/zip/zip.rb', line 738 def <=> (other) return to_s <=> other.to_s end |
738 739 740 |
# File 'lib/zip/zip.rb', line 738 def <=> (other) return to_s <=> other.to_s end |