Method: Rex::Zip::Archive#entries

Defined in:
lib/rex/zip/archive.rb

#entriesObject (readonly)

An array of the Entry objects stored in this Archive.



12
13
14
# File 'lib/rex/zip/archive.rb', line 12

def entries
  @entries
end