/** * call-seq: * Rev::IOWatcher#on_writable -> nil * * Called whenever the IO object associated with the IOWatcher is writable */ static VALUE Rev_IOWatcher_on_writable(VALUE self) { return Qnil; }