# File lib/watcher.rb, line 104
    def join
      @thread.join() if @thread
    rescue Interrupt => e
      # don't care

    end