# File lib/ramaze/reloader/watch_stat.rb, line 19
      def watch(file)
        return true if watching?(file) # if already watching
        if stat = safe_stat(file)
          @files[file] = stat
        end
      end