# File lib/spring/watcher/abstract.rb, line 17 def initialize(root, latency) super() @root = File.realpath(root) @latency = latency @files = Set.new @directories = Set.new @stale = false @listeners = [] @on_debug = nil end