From: Marc Heiler Date: 2008-06-18T18:24:46+09:00 Subject: Re: Question about Ruby syntax Also, I think instead of if(FileTest.exist?(item)) you should write if FileTest.exist?(item) It's just easier to read without the () -- Posted via http://www.ruby-forum.com/.