From: Brian Candler Date: 2010-08-18T23:03:31+09:00 Subject: Re: Making File.open work on gzipped files Martin Hansen wrote: > Thanks Brian and Robert. The below snippet appears to be working nicely > - though I am not sure that the file is closed if zipped? Good question, but the documentation for GzipReader#close gives you the answer: "Closes the GzipFile object. This method calls close method of the associated IO object. Returns the associated IO object." -- Posted via http://www.ruby-forum.com/.