From: Martin DeMello Date: 2004-09-08T01:05:14+09:00 Subject: Re: Find.find bug? nobu.nokada@softhome.net wrote: > > What version ruby do you run? > > $ LANG=C ls foo > ls: foo: No such file or directory > $ ruby -v -rfind -e 'Find.find("foo") {|e| p e}' > ruby 1.9.0 (2004-09-07) [i686-linux] $ ruby -v ruby 1.8.1 (2003-12-25) [i386-mswin32] (one click installer) martin