module FakeZip
Constants
- VERSION
Public Class Methods
new(file, structure)
click to toggle source
# File lib/fake_zip.rb, line 73 def new file, structure FakeZip.new(structure).save file end
Private Instance Methods
new(file, structure)
click to toggle source
# File lib/fake_zip.rb, line 73 def new file, structure FakeZip.new(structure).save file end