I need to decompress a Zip file that contains several folders using just Ruby and save it to a folder. No system calls.
I use Ruby 1.9.3.
How can I do that?
I need to decompress a Zip file that contains several folders using just Ruby and save it to a folder. No system calls.
I use Ruby 1.9.3.
How can I do that?