123 124 125
# File 'lib/rex/zip/archive.rb', line 123 def inspect "#<#{self.class} entries = [#{@entries.map{|e| e.name}.join(",")}]>" end