# File lib/rb-kqueue/watcher.rb, line 48
    def add!
      kevent! :add, :clear # TODO: Don't always enable :clear
      @queue.watchers[[@filter, @ident]] = self
    end