Parent

Methods

Warbler::ZipSupportRubyZip0_9

Public Class Methods

create(filename, &blk) click to toggle source
# File lib/warbler/zip_support.rb, line 3
def self.create(filename, &blk)
  Zip::ZipFile.open(filename, Zip::ZipFile::CREATE, &blk)
end
open(filename, &blk) click to toggle source
# 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.