From: Kristof Bastiaensen Date: 2004-09-07T05:45:14+09:00 Subject: Re: ruby archiver On Mon, 06 Sep 2004 19:24:10 +0000, Martin DeMello wrote: > Is there any pure-ruby way to pack multiple files into a single file, and > unpack them later? Compression is optional. > > martin Something like this? packing: $ ruby pack.rb file1 file2 > my_package.rb extracting: $ ruby my_package.rb the code: #--- pack.rb --- EXTRACT = <