From d64ce278f01cafc1c3c23aec9bb2394412ad160b Mon Sep 17 00:00:00 2001
From: Paul Duncan Zip file writer. You shouldn't need to instantiate this class directly; use
+ Add empty directory to archive as path and return number of bytes written.
+
+
+
Overview
+
+ Zip.write()
instead.
Add empty directory to archive as path and return number of +bytes written.
+ +Example:
+ +# write to "foo.zip"
+Zip.write("foo.zip") do |zip|
+ # add a directory named "example-dir"
+ zip.add_dir("example-dir")
+end