0

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?

Nerian
  • 15,901
  • 13
  • 66
  • 96

1 Answers1

1

Check these:

http://rubygems.org/gems/zip

What zip library works well with Ruby 1.9.2?

Compression libraries for Ruby?

Community
  • 1
  • 1
Tilo
  • 33,354
  • 5
  • 79
  • 106