From: Neville Burnell Date: 2005-09-21T11:49:39+09:00 Subject: Re: [ANN] Rio 0.3.4 Hi, Can I use rio to gzip a string to a string, bypassing the filesystem ? Nev -----Original Message----- From: rio4ruby [mailto:rio4ruby@rubyforge.org] Sent: Wednesday, 7 September 2005 10:26 AM To: ruby-talk ML Subject: [ANN] Rio 0.3.4 New and Improved -- Rio 0.3.4 == Overview Rio is a Ruby I/O convenience class wrapping much of the functionality of IO, File and Dir. Rio also uses FileUtils, Tempfile, StringIO, OpenURI, Zlib, and CSV to provide similar functionality using a simple consistent interface. In addition to forwarding the interfaces provided by IO, File, and Dir to an appropriate object, Rio provides a "grande" interface that allows many common application-level I/O and file-system tasks to be expressed succinctly.