Object
# File lib/warbler/zip_support.rb, line 3 def self.create(filename, &blk) Zip::ZipFile.open(filename, Zip::ZipFile::CREATE, &blk) end
# File lib/warbler/zip_support.rb, line 7 def self.open(filename, &blk) Zip::ZipFile.open(filename, &blk) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.