# File DirectoryWatcher.rb, line 156 def start_watching @thread = Thread.new{ while true self.scan_now sleep @autoscan_delay end } end