From: Yukihiro Matsumoto Date: 2007-03-30T12:02:53+09:00 Subject: Re: File.exists? broken in svn 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.