From: gabriele renzi Date: 2004-09-08T01:05:15+09:00 Subject: Re: Find.find bug? Martin DeMello ha scritto: > $ ruby -rfind -e 'Find.find("foo") {|e| p e}' > "foo" > > $ ls foo > C:\msys\1.0\local\bin\ls.exe: foo: No such file or directory > > It should return nothing if foo doesn't exist. > can't confirm it here, could ypou give more info: C:\Documents and Settings\gabriele>ls foo ls: foo: No such file or directory C:\Documents and Settings\gabriele>ruby -rfind -e "Find.find('foo') {|e| p e }" C:\Documents and Settings\gabriele>ruby -v ruby 1.8.2 (2004-07-29) [i386-mswin32] (winxp pro)