Method: Unpack#unzip

Defined in:
lib/unpack.rb

#unzip(args) ⇒ Object



165
166
167
# File 'lib/unpack.rb', line 165

def unzip(args)
  %x(unzip -n '#{args[:file]}' -d '#{args[:path]}')    
end