From: Tobias Reif Date: 2002-04-14T18:44:33+09:00 Subject: Re: Freshmeat article about Ruby Jack Herrington wrote: >>http://freshmeat.net/articles/view/433/ In the first snippet: does the file get closed? -------------------------- ARGV.each{ |fileName| inHandle = File::open( fileName ) inText = inHandle.read() print inText } -------------------------- Tobi