From: Robert Klemme Date: 2007-04-24T16:35:05+09:00 Subject: Re: unix zcat with ruby? On 24.04.2007 09:04, music wrote: > Robert Dober wrote: >> On 4/23/07, music wrote: >>> I have to read in many files. >>> I prefer to concat those files and reading only one large file. >>> There is a way like unix zcat? >>> >>> >> Sure is >> ARGF > > ARGF ok, but how can I pass ARGF to a method? What??? some_method(ARGF) robert