module RealZip

Constants

VERSION

Public Class Methods

new(file, structure) click to toggle source
# File lib/real_zip.rb, line 104
def new file, structure
  RealZip.new(structure).save file
end

Private Instance Methods

new(file, structure) click to toggle source
# File lib/real_zip.rb, line 104
def new file, structure
  RealZip.new(structure).save file
end