For iterating over the entries.
# File lib/zip/central_directory.rb, line 178 def each(&proc) @entry_set.each(&proc) end
Returns an Enumerable containing the entries.
# File lib/zip/central_directory.rb, line 14 def entries @entry_set.entries end
Returns the number of entries in the central directory (and consequently in the zip archive).
# File lib/zip/central_directory.rb, line 184 def size @entry_set.size end
Generated with the Darkfish Rdoc Generator 2.