165 166 167
# File 'lib/unpack.rb', line 165 def unzip(args) %x(unzip -n '#{args[:file]}' -d '#{args[:path]}') end