Method: Zip::ZipFileSystem#dir

Defined in:
lib/zip/zipfilesystem.rb

#dirObject

Returns a ZipFsDir which is much like ruby’s builtin Dir (class) object, except it works on the ZipFile on which this method is invoked



50
51
52
# File 'lib/zip/zipfilesystem.rb', line 50

def dir
  @zipFsDir
end