# File lib/rb-kqueue/queue.rb, line 226
    def watch_file(path, *flags, &callback)
      Watcher::File.new(self, path, flags, callback)
    end