# File lib/rb-kqueue/queue.rb, line 147 def watch_stream_for_write(fd, &callback) Watcher::ReadWrite.new(self, fd, :write, callback) end