We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b5afd4 + 4d58945 commit de2a026Copy full SHA for de2a026
1 file changed
README.md
@@ -32,6 +32,8 @@ Reading a zip file with bzip2 compression is not different from reading
32
any other zip file using rubyzip:
33
34
```ruby
35
+require 'zip/bzip2'
36
+
37
Zip::File.open('foo.zip') do |zipfile|
38
zipfile.each do |entry|
39
content = zipfile.read(entry.name)
0 commit comments