class ActiveSupport::FileWatcher::Backend

def initialize(path, watcher)

def initialize(path, watcher)
  @watcher = watcher
  @path    = path
end