Skip to content

Instantly share code, notes, and snippets.

@ehrenmurdick
Created September 1, 2010 21:56
Show Gist options
  • Save ehrenmurdick/561443 to your computer and use it in GitHub Desktop.
Save ehrenmurdick/561443 to your computer and use it in GitHub Desktop.
require 'zip/zip'
Zip::ZipOutputStream.new("foo.zip") do |io| io.close_write 'fizzle' end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment