Module: TestFileWatch::FileWatcher
- Defined in:
- lib/ext/eventmachine-0.12.10/tests/test_file_watch.rb
Instance Method Summary collapse
Instance Method Details
#file_deleted ⇒ Object
10 11 12 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_file_watch.rb', line 10 def file_deleted $deleted = true end |
#file_modified ⇒ Object
7 8 9 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_file_watch.rb', line 7 def file_modified $modified = true end |
#unbind ⇒ Object
13 14 15 16 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_file_watch.rb', line 13 def unbind $unbind = true EM.stop end |