module EventMachine::Zipper

Constants

VERSION

Public Class Methods

new(files, io) click to toggle source
# File lib/em-zipper.rb, line 11
def self.new(files, io)
  Base.new files, ZipOutputStream.new(io)
end