Skip to content

Instantly share code, notes, and snippets.

@matiaskorhonen
Created March 5, 2010 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiaskorhonen/322949 to your computer and use it in GitHub Desktop.
Save matiaskorhonen/322949 to your computer and use it in GitHub Desktop.
require 'zlib'
require 'rubygems'
i = Zlib::Inflate.new
f = File.open "Marshal.4.8.Z"
data = i.inflate f.read
gems = Marshal.load data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment