Method: RecursiveUnzipper#initialize

Defined in:
lib/unzip_me/recursive_unzipper.rb

#initialize(zip_path) ⇒ RecursiveUnzipper

Returns a new instance of RecursiveUnzipper.



4
5
6
7
# File 'lib/unzip_me/recursive_unzipper.rb', line 4

def initialize(zip_path)
  @zip_path = zip_path
  @exceptions = {}
end