Module: TestProcessWatch::ChildProcessWatcher
- Defined in:
- lib/ext/eventmachine-0.12.10/tests/test_process_watch.rb
Instance Method Summary collapse
Instance Method Details
#process_exited ⇒ Object
13 14 15 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_process_watch.rb', line 13 def process_exited $exited = true end |
#unbind ⇒ Object
16 17 18 19 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_process_watch.rb', line 16 def unbind $unbind = true EM.stop end |