Class: Wal::NoopWatcher
- Inherits:
-
Object
- Object
- Wal::NoopWatcher
- Includes:
- Watcher
- Defined in:
- lib/wal/noop_watcher.rb
Overview
A watcher that does nothing. Just for performance testing in general. Useful in testing aswell.
Instance Method Summary collapse
Methods included from Watcher
#should_watch_table?, #valid_context_prefix?
Instance Method Details
#on_event(event) ⇒ Object
6 |
# File 'lib/wal/noop_watcher.rb', line 6 def on_event(event); end |