# File lib/ramaze/reloader/watch_stat.rb, line 51 def safe_stat(file) File.stat(file) rescue Errno::ENOENT, Errno::ENOTDIR nil end