===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-directory-watcher-1.5.1/lib/directory_watcher.rb-584-  # If the directory watcher is running, the calling thread will suspend
ruby-directory-watcher-1.5.1/lib/directory_watcher.rb:585:  # execution and run the directory watcher thread. This method does not
ruby-directory-watcher-1.5.1/lib/directory_watcher.rb-586-  # return until the directory watcher is stopped or until _limit_ seconds
##############################################
ruby-directory-watcher-1.5.1/lib/directory_watcher/configuration.rb-6-# The top level DirectoryWatcher class allows the configs to be changed during
ruby-directory-watcher-1.5.1/lib/directory_watcher/configuration.rb:7:# execution, so all of the dependent classes need to be informed when their
ruby-directory-watcher-1.5.1/lib/directory_watcher/configuration.rb-8-# options have changed. This class allows that.
##############################################
ruby-directory-watcher-1.5.1/lib/directory_watcher/threaded.rb-102-  # If the activity thread is running, the calling thread will suspend
ruby-directory-watcher-1.5.1/lib/directory_watcher/threaded.rb:103:  # execution and run the activity thread. This method does not return until
ruby-directory-watcher-1.5.1/lib/directory_watcher/threaded.rb-104-  # the activity thread is stopped or until _limit_ seconds have passed.