/** * call-seq: * Rev::TimerWatcher#on_timer -> nil * * Called whenever the TimerWatcher fires */ static VALUE Rev_TimerWatcher_on_timer(VALUE self) { return Qnil; }