class INotify::Event

def watcher

Returns:
  • (Watcher) -
def watcher
  @watcher ||= @notifier.watchers[@watcher_id]
end