# File lib/watcher.rb, line 62
    def prime
      @first_time = true
      @found = Hash.new()
      examine
      @first_time = false
    end