From: Ben Crowell Date: 2007-03-30T13:15:06+09:00 Subject: Re: File.exists? broken in svn Yukihiro Matsumoto wrote: > Hi, > > In message "Re: File.exists? broken in svn" > on Fri, 30 Mar 2007 07:10:08 +0900, Ben Crowell writes: > > |The following one-liner works with release versions of ruby, but > |fails in the current version from svn: > | ruby -e 'print File.exists?("a.a")' > |This isn't intentional, is it? > > trunk does not have obsoleted exists? method, use exist? instead. > > matz. OK, thanks for the info. -Ben