From: Ben Crowell Date: 2007-03-30T07:10:08+09:00 Subject: File.exists? broken in svn 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? I'm just trying to get a running copy of ruby with the fancier regexes that 1.9 has. I'm running Linux. Should I be trying the stable snapshot? I think it's also possible to compile 1.8 with the newer regexes, but I'm not sure how to do that on Linux. (On FreeBSD, the port asks you specifically if you want to do that.) TIA! -Ben