class Object

Public Instance Methods

FakeZip(file, structure) click to toggle source
# File lib/fake_zip.rb, line 7
def FakeZip file, structure
  FakeZip.new file, structure
end