In Files

Parent

Methods

Zip::ZipCentralDirectory

Attributes

comment[R]

Public Instance Methods

each(&proc) click to toggle source

For iterating over the entries.

# File lib/zip/zip.rb, line 1296
def each(&proc)
  @entrySet.each(&proc)
end
entries() click to toggle source

Returns an Enumerable containing the entries.

# File lib/zip/zip.rb, line 1198
def entries
  @entrySet.entries
end
size() click to toggle source

Returns the number of entries in the central directory (and consequently in the zip archive).

# File lib/zip/zip.rb, line 1302
def size
  @entrySet.size
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.