module NodeRb class Process def on_start pid end def on_stdout data end def on_stderr data end def on_exit status, signal end end end